Hi I am using date() in my script to get todays date automatically. On the form it is showing perfect, however, when this field with the date value is being saved into MS Access database, the value is changing to 6.77751671787457E-05 …. So to conclue in the form it is showing like this: 3/22/2012 (correct) and when saved into the database it is showing like this: 6.77751671787457E-05 (incorrect) .. Any help would be really appreciated.
Share
Why not:
Or better, use parameters, though date should not need a parameter in this case, just company name.