Hello alltogether!
After searching a lot, I think this is a new question: I'm using the standard find form in Access 2003:
Now I want to recalc the form after finding or at least after closing the the find/replace dialogue, but I can't figure out to use the correct event
Cheers,
Werner
After searching a lot, I think this is a new question: I'm using the standard find form in Access 2003:
Code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 10, , acMenuVer70
Now I want to recalc the form after finding or at least after closing the the find/replace dialogue, but I can't figure out to use the correct event

Cheers,
Werner