Validate recordset

  • Thread starter Thread starter jason buck
  • Start date Start date
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
 
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
 
Are you using ADO to populate an unbound form, or are you using a bound form
and controls?
 
Back
Top