G
Guest
I have created a button to preview an invoice.
The code is below.
What do I add in so that it only shows the current record
and not the whole database?
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,
acMenuVer70
DoCmd.OpenReport "Invoice", acPreview
The code is below.
What do I add in so that it only shows the current record
and not the whole database?
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord,
acMenuVer70
DoCmd.OpenReport "Invoice", acPreview