Why doesn't this work?

smask

Registered User.
Local time
Today, 22:05
Joined
Jan 9, 2003
Messages
21
Hi!

I've got a input form and wants that the date is set automatically.

=Now()

But this date isn't stored in any table. How will I get the form to store the date?

/ Smask
 
Where are you entering this formula?

Am I right in saying that you want the date to be transferred to a table? If so, you'll have to set the Form's Recordsource to be the specific table, and then set the control's ControlSource to be a field in that table. Then use the DefaultValue of the control to put your formula in.

Also, are you sure you want to use Now() to get the date? This will return, for example, 29/01/02 12:05:37 . You might want to consider just using =Date() if you are only interested in the date.
 
I put the

Hi, thanks for the quick reply!

It works perfectly!

/ Smask
 
Last edited:

Users who are viewing this thread

Back
Top Bottom