W
wizcow2
Guest
I want to open a report from a forms command button.
I also want to set the reports record source as it opens.
This code generates an error
'You can't set recordsource after printing starts'
Is this even possible?
Tom
I also want to set the reports record source as it opens.
This code generates an error
'You can't set recordsource after printing starts'
Code:
DoCmd.OpenReport "DailyCashOutRpt", acPreview
Reports!DailyCashOutRpt.RecordSource = qryArchivedDailyCashOut
Is this even possible?
Tom