Date() not working as a default value

TLJ

Registered User.
Local time
Today, 00:33
Joined
Aug 17, 2003
Messages
31
I have a table that I want to autopopulate the current date as the default value. Date () works on access 2000. Some users have Access97. When I converted it, this no longer works. Previous forum entries suggest that it is a .dll problem and to open a module and then reference from tools. I have no modules. This is just the default value in properties for the Date field. I get a #name? as the default in 97. We are just trying to create some simple logs that are handwritten now. Thanks for any assistance.
 
Hi,

It probably is a referencing problem.

Just create a new module and Tools>References should become available which will allow you to check.

You can then close the module without saving.
 
That took care of the problem. Thankyou!!!!!!!!!!:)
 

Users who are viewing this thread

Back
Top Bottom