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
Merge Access Databases
Side by Side Error : Adobe Form Designer.exe
How do I retrieve text from a website
SBSMONITORING CPU constant CPU usage
How to enable chat history logging on Office Communicator 2007?
Remove Strange Characters from Access Data Field
How do I create a subdomain email address?
Reduce Line Spacing between records in Access Report
SharePoint Dataview Where Lists Act Like Joined Tables
Delete / Replace Apostrophes on Data Entry