SAVE AND PRINT – NBS
Using Access 2000 (9.0.4402) SR-1
I have a form that gets filled out when a record is added, when finished, the operator presses a print button and the report prints a single record OK with the following VBA code:
strFilter = “[lngBPermitID]=” & Me!lngBPermitID
DoCmd.OpenReport strDocName, acPreview, , strFi
During another session, when I make a change to this record and repeat the print process, the changes don’t show on the report.
The changes will show if I manually do previous/next record.
What is the proper way to have changes reflect in the report when a record is maintained?
Thanks, John Graves