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

J

J2Spank

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.
 
S

Steve Huff

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

Lee

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
 
Top