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
How do you check the current date format of an SQL Server 2005 database?
Exchange 2010 coexistence with Exchange 2003
how to eliminate double input of a value
Operations Manager Top 10 Memory Consumers
Generic path to open a file from VBA
How to change Windows 7 pre-login background image
Free Busy information not available to 2007 Outlook clients
work with a file name that changes based on that days date
Handling Null values in Microsoft Access query criteria
Problem with MS Access Update query