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
Where to start with Access Reports
Excel 2003 - How to delete rows - based on a criteria - as part of a macro
Utility to convert database
Setting up MSDE 2000
MS Access
get data from a gridview to a popup window and then update the gridview
How to unshare Printers & Faxes and Scheduled Tasks
USB doesn't recognize ONLY for my new printer (Windows Vista 64bit)
Need to Store data from a calculated field into a table
ideal RAM for SQL server