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
 

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

Back
Top