Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you check check if current record has been edited?

Status
Not open for further replies.

GreenFella

Programmer
Oct 23, 2001
41
CA
Is there any way using VBA to check to see if the data on the current record of a form has been edited?

I want to be able to invoke an edit checking routine for a current record only if it is a newly added record, or if any of the data on the record has been added.

Otherwise, I want to skip the edit checking routine.

Does anyone have any suggestions?

TIA
GreenFella
 
If you are using bound data on a form them you can look into the 'dirty' property.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top