So, in my database, I have a form that automatically pops up when opened. It is a hidden form, but esentially it give me our user's ID, and the date/time when the enter into this database. I want to add the date/time of when the close out of the database so that I can see usage, etc...
I have created another field in the table tied to the form which is labeled: DOE (Date of Exit). I tried to do a quick VBA of On Close me.DOE = Now().
But I'm getting an error that says "The Expression you entered refers to an object that is closed or doesn't exit."
I'm not too sure how to make this work...
Any ideas?
Thanks in advance
Julie
I have created another field in the table tied to the form which is labeled: DOE (Date of Exit). I tried to do a quick VBA of On Close me.DOE = Now().
But I'm getting an error that says "The Expression you entered refers to an object that is closed or doesn't exit."
I'm not too sure how to make this work...
Any ideas?
Thanks in advance
Julie