How can I use a Workgroup Info File to track changes to data?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For example,

If a record entry needs to be changed, OnChange I would like a "stamp"
placed in a unique control with the username that changed the data, and the
date and time the data was changed.

Is there a way to do that?

Thanks.
 
sit a hidden text box on the form and set it's default value to
=CurrentUser() and have it bound to the recordset.
 
how do you have it bound to the recordset?

Steve Huff said:
sit a hidden text box on the form and set it's default value to
=CurrentUser() and have it bound to the recordset.

--
_______________________
Steve Huff
http://www.huffs.us
Generic email: null(removethis)@huffs.us
 

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

Back
Top