I have a form in an MS Access project file (.adp) that has a subform on a tab control. On screen it looks fine, but when I send it to the printer the textboxes and checkboxes on the subform are cleared (screen doesn't change),
and one of the textboxes has a calculation built-in that gets biffed and reports "#error" because it's trying to calc from 2 of the textboxes that were cleared during printing.

I don't know if this makes any sense, but, the bottom line is apparently that a copy of the form is somehow being built for sending to the printer.

Any ideas?

Alternatively, I can capture the screen to the clipboard, but how can I send the clipboard to the printer from within VBA?

Thanks, DaveBo