DoCmd.OpenReport

  • Thread starter Thread starter Kurt Schroeder
  • Start date Start date
K

Kurt Schroeder

I have a form that needs to call a report to print when
the record is changed or added. How can i do this?
any help?
 
Try the Form_AfterUpdate Event.

For a new Record, I *think* the AfterUpdate Event also works. If it
doesn't, use the Form_AfterInsert Event.
 

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