L
Leslie Isaacs
Hello All
I often add the following line to the AfterUpdate or other event of a textbox or combobox (I got the code by creating abutton and acceptiong the wizard's Refresh Form Data option):
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
.... but quite often when carrying out the Update (or relevant other) action I get the following message:
The command or action Rrefresh' isn't available now.
Why does this happen, and what are the 'rules' about when the refresh command is available?
Thanks for any help.
Les
I often add the following line to the AfterUpdate or other event of a textbox or combobox (I got the code by creating abutton and acceptiong the wizard's Refresh Form Data option):
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
.... but quite often when carrying out the Update (or relevant other) action I get the following message:
The command or action Rrefresh' isn't available now.
Why does this happen, and what are the 'rules' about when the refresh command is available?
Thanks for any help.
Les