B
Bill H.
I have this snytax for using VBA to emulate a user clicking on the delete
record button:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
How do I modify so it emulates a press of the F9 (refresh) key?
Using the Refresh command, in this case, does not refresh the subform, but
pressing F9 does, hence my request.
Thanks.
record button:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
How do I modify so it emulates a press of the F9 (refresh) key?
Using the Refresh command, in this case, does not refresh the subform, but
pressing F9 does, hence my request.
Thanks.