S
Shell
In Access 2000, I created a menubar for a form with a print option.
The function which prints the form has the following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, , 8, , acMenuVer70
This used to work and I know why it doesn't now, but I don't know how to fix
it. In a previous posting to this group "Wrong Record Being Updated"
11/21/07
The solution to the earlier problem was to place the code
Cancel = True
into the before update event. It is this code that stops the form printing.
Any help in getting around this would be greatly appreciated.
Thanks
The function which prints the form has the following code:
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, , 8, , acMenuVer70
This used to work and I know why it doesn't now, but I don't know how to fix
it. In a previous posting to this group "Wrong Record Being Updated"
11/21/07
The solution to the earlier problem was to place the code
Cancel = True
into the before update event. It is this code that stops the form printing.
Any help in getting around this would be greatly appreciated.
Thanks