How do I make a button that performs a standard windows function such as save, close, or print? I am especially interested in a button that will send the current page to print preview.
I once wrote some VB for MS Access that used a function called "sendkeys(value)". It could send the equivalent of a keystroke, so you could send a "ctrl-P". Is that a possibility here?
I once wrote some VB for MS Access that used a function called "sendkeys(value)". It could send the equivalent of a keystroke, so you could send a "ctrl-P". Is that a possibility here?