Close active form while printing and reopen form in add mode

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my Order form there is a print button. There is a print procedure in
the"on click" event. I tried putting a "close" macro followed by an "open in
add mode" macro in the "on exit" event of the print button. It closes ok when
I push the print button, but it does'nt reopen. When I "run" the macro with a
form open, it works perfectly. I would appreciate some help on this. I use
the macros because I'm not much on writing code.
 
I got it to work by creating a macro: "Open Report, Print, Hidden", "Close
Report", and "Go To Record, New". I put it in the "Click" event on the print
command button.
Some fancy code would have been nice, but it works.
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top