auto add a datetime stamp record

A

ave

Is there a way to setup a field so that it automatically time stamps a field

I create a field with datetime type and set the default to NOW().

If I create a new record directly in the db this field get filled out.
However if the record is created through a FORM (actually 3rd party software
that uses access as a backend) it doesnt get filled out.

Any idea why?

thx in advance
 
N

Nikos Yannacopoulos

Ave,

You should put the Now() function in the default value property of the
control on your form which is bound to the timestamp field.

HTH,
Nikos
 
A

ave

Yes, unfortunately the form is 3rd party and i dont have access to it. It
not done in Access either.

It only has access backend.

I can add fields to the access tables, but have no control over the
interface.
 
N

Nikos Yannacopoulos

Ave,

AFAIK the answer is you can't do it under the circumstances; it has to be
done in the FE.

Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

null Datetime 2
Document number auto fill help 3
Default Value 5
Time Stamp 2
Creating a Date Stamp for each record 3
can't create new record 5
Date not being automatically entered 3
Design Help 4

Top