Get last Update-Dat

W

Werner Strewe

Hallo
is it possible to get the last date of changing a record or -
can I bring a field in the table, that will be automaticly update the
date/time?
now I do it with my update sql - but it would be better if it works
automaticly?

is there a way?
thank you - werner

sorry for my english
 
S

SteveM

You can use the OnDirty event of your form to set a field to the current date
and time. In the event:

Me.Field = Now()

Steve
 
W

Werner Strewe

hallo - thank you.
my problem is, that I donst use the access-forms. I change the data by using
ado.net with sql.
I search a function for a global module or so.
 

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


Top