F9 to update field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm using Access 03. There are several instances on my forms where when I
add data I want another field to reflect the fact that addition information
has been added. I've noticed that I can press F9 and the data in the fields
update.

Using the properties (on exit maybe?) for a particular field on my form, how
can I code the update command (f9) to automatically happen after entering
data and then Tabbing off the field? Your help is appreciated!
 
Cissy,
You can just do a Refresh on the AfterUpdate event of those fields.
 

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