B
Belinda7237
I have created a report and a command button to preview and then print the
current record of a report. Originally it previewed the report, however it
keeps showing the wrong record and not the current record.
Here is my code I then tried and its still not working:
DoCmd.OpenReport "Individual Package Peer Review Summary", acViewPreview
"[stats Package Number] like '" & Me![stats Package Number] & "'"
The stats package number is the unique identifier for the records.
Any help is appreciated.
current record of a report. Originally it previewed the report, however it
keeps showing the wrong record and not the current record.
Here is my code I then tried and its still not working:
DoCmd.OpenReport "Individual Package Peer Review Summary", acViewPreview
"[stats Package Number] like '" & Me![stats Package Number] & "'"
The stats package number is the unique identifier for the records.
Any help is appreciated.