Microsoft
Software
Hardware
Network
Question : Auto populate date field for Microsoft CRM 4.0
Is it possible to use the onChange event of a field to autopopulate a date in another field?
Something like...
new_revdateentered = Date()
Answer : Auto populate date field for Microsoft CRM 4.0
You need javascript like this:
crmForm.all.new_revdateent
ered.DataV
alue = new Date ();
This will set the field to the current date and time.
You can use standard Javascript date methods to set the actual date and/or time.
Random Solutions
Dynamically Change File Name Property In File Connection Manager
Two different certificates in one domain
The proposed new database owner is already a user or aliased in the database. (Microsoft SQL Server, Error: 15110)
Access Violation From Start Bar
SQL Insert statement with a composite key
appending MDB files to a single MDB
Want to update a field with values from another field within the same table if it meets a condition
PrivateProfileString
How do you Erase or Clear all fields within the word document?
Importing/Linking Data from URL