Copying a Single Record

  • Thread starter Thread starter Mantok
  • Start date Start date
M

Mantok

What is the best way of checking whether a user has
changed a given record?

I am thinking:
1) The user selects a given record.
2) Copy the record. What is the best way of doing this.
3) Then if they exit/close the form, check the current
record versus the save record.
 
Mantok said:
What is the best way of checking whether a user has
changed a given record?

I am thinking:
1) The user selects a given record.
2) Copy the record. What is the best way of doing this.
3) Then if they exit/close the form, check the current
record versus the save record.

Why not just check the form's Dirty property?
 
Back
Top