M
mission2java_78
Guest
Why cant I use the where clause when sending output to a file. For reports that is...I noticed I can do...
DoCmd.OpenReport rptName, acViewNormal,,"Blah=" & BlahID
But I cant do:
DoCmd.OutputTo with the where clause??
Surely there must be a way to where this sucker out.
Jon
DoCmd.OpenReport rptName, acViewNormal,,"Blah=" & BlahID
But I cant do:
DoCmd.OutputTo with the where clause??
Surely there must be a way to where this sucker out.
Jon