modified date field

L

ljg08

Hi Guys,

I have a table that has field [modified], which is a date field, can anyone
tell me how I get this to update when details of the record are changed, are
thier any default settings I can apply to this field to update when the
records value is changed, other than an update query?

TIA
 
K

KARL DEWEY

Not doing it in the table. Anyway you should use a form to add and edit
records.
You can have an Event on your form - 'On Change' or 'After Update' to Set
Value using Now() to capture the modification DateTime.
 
L

ljg08

Cheers Karl,

Thats the answer, many thanks


KARL DEWEY said:
Not doing it in the table. Anyway you should use a form to add and edit
records.
You can have an Event on your form - 'On Change' or 'After Update' to Set
Value using Now() to capture the modification DateTime.
--
KARL DEWEY
Build a little - Test a little


ljg08 said:
Hi Guys,

I have a table that has field [modified], which is a date field, can
anyone
tell me how I get this to update when details of the record are changed,
are
thier any default settings I can apply to this field to update when the
records value is changed, other than an update query?

TIA
 

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

Top