D
Daniel
Hi
I need to open a report with multiple requery but my code doesn't work
The report alway use the default requery, it never use my custom requery.
Here an example:
if choice =1 then
doCmd.OpenReport "myreport", acViewPreview, "myrequery1"
else
doCmd.OpenReport "myreport", acViewPreview, "myrequery2"
endif
Thanks
I need to open a report with multiple requery but my code doesn't work
The report alway use the default requery, it never use my custom requery.
Here an example:
if choice =1 then
doCmd.OpenReport "myreport", acViewPreview, "myrequery1"
else
doCmd.OpenReport "myreport", acViewPreview, "myrequery2"
endif
Thanks