Hi all,
I am having problems printing and need to shut down my report properly before I print the next one.
How do I do this? It is the last line I am having trouble with.
objAccess.DoCmd.OpenReport "Labels", acViewDesign
objAccess.Reports(0).RecordSource = sSQL
objAccess.DoCmd.OpenReport "Labels", acViewNormal
objAccess.Reports(0).??????????
Any help gratefully received,
Thanks,
Robin
I am having problems printing and need to shut down my report properly before I print the next one.
How do I do this? It is the last line I am having trouble with.
objAccess.DoCmd.OpenReport "Labels", acViewDesign
objAccess.Reports(0).RecordSource = sSQL
objAccess.DoCmd.OpenReport "Labels", acViewNormal
objAccess.Reports(0).??????????
Any help gratefully received,
Thanks,
Robin