K Kurt Schroeder Apr 30, 2004 #1 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?
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?
V Van T. Dinh May 1, 2004 #2 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.
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.