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
Trigger on Table?
Renaming Tables in Access without affecting desing grid queries
how to remove all spaces in an EXCEL column
How to get COM interface API definitions after importing a type library
Need to insert a formula into a text string in Excel
exchange 2007
How to avoid page refresh on a button click
IE 7.0 failed to surf any website
Access project - How to undo changes in a continuous form
On logon an explorer window opens to 'Netlogon' from the DC