I am trying to print the current record in an open form. I have a print button with the fallowing wizard generated code in the event
DoCmd.DoMenuItem acFormBar, acEditMenu, acSelectRecord, , acMenuVer70
DoCmd.PrintOut acSelection
This causes the record to print but afterwards 2 activeX buttons I use to trigger the activeX calender disappear and no longer respond to clicks.
Also, the record always prints the background image to long. Is there anyway to prevent this.
DoCmd.DoMenuItem acFormBar, acEditMenu, acSelectRecord, , acMenuVer70
DoCmd.PrintOut acSelection
This causes the record to print but afterwards 2 activeX buttons I use to trigger the activeX calender disappear and no longer respond to clicks.
Also, the record always prints the background image to long. Is there anyway to prevent this.