After update

  • Thread starter Thread starter TomK via AccessMonster.com
  • Start date Start date
T

TomK via AccessMonster.com

I'm using an After Update event on a form to update one field with the
current date when a checkbox is checked, but the date doesn't display until I
scroll down the form. Is there some way to get the date to display right
after the box is checked (or at least once the next record is selected)?

Thanks,
Tom
 
Sounds like you have a control that has a Name that is different from the
name of the date field.

In the AfterUpdate code, use the name of the control, not its field name.
 

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