Validate recordset

J

jason buck

I need help on validating a recordset.

I am not familiar with the syntax of the code. What I
think I need to do is:

When the form loads clone the record.
Then when the user clicks the Exit button
Run the On Cmd Exit to check to see if the user changed
the date.
Then prompt user Yes/No to save changes.

Is this the right way? How Do I do this??

Thanks in advance
 
T

TC

What do you mean by "validate a recordset"?

Do you mean, "How can I check the changes that the user makes to the data
displayed on a form, before the form closes"?

You refer to the user changing "the date". What date?

TC
 
C

ConTactMe

Are you using ADO to populate an unbound form, or are you using a bound form
and controls?
 

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