Best way to determine changes made on unbound form.

  • Thread starter Thread starter Marcel K.
  • Start date Start date
M

Marcel K.

I know the .dirty property of a form is the quickest way
to identify the need to see if data has changed. Can you
offer an effecient way to do same for unbound form - Is it
a test for kepress then set a form level variable?

Thanks in advance.

Marcel K.
 
Not so easy to do it that way.

- some KeyPress keys do not edit the data: eg. Tab;

- some non-KeyPress keys *do* edit the data: eg. Del.

HTH,
TC
 
Back
Top