G
Guest
I need to be able to output [many] reports using the "OutputTo" Macro. (But
only one record at a time!!)
So for each line in the macro, I need to FILTER out all records, EXCEPT THE
ONE RECORD that is stated.
The data field for example has something like "underwater_1", so it can be
used in the reports: underwater_1_120.jpg underwater_1_300.jpg etc.
(using text like "_120.jpg" and "_300.jpg" etc. in the report)
The exact Form/Field name/address of where that is:
Forms![Files_Topics Query1]![displayfile1]="underwater_1"
So..... What do I need to put in the CONDITION of the macro, to FILTER out
all files, EXCEPT THE ONE that is stated in that Condition?
Thanks Greatfully for your assistance!!!
only one record at a time!!)
So for each line in the macro, I need to FILTER out all records, EXCEPT THE
ONE RECORD that is stated.
The data field for example has something like "underwater_1", so it can be
used in the reports: underwater_1_120.jpg underwater_1_300.jpg etc.
(using text like "_120.jpg" and "_300.jpg" etc. in the report)
The exact Form/Field name/address of where that is:
Forms![Files_Topics Query1]![displayfile1]="underwater_1"
So..... What do I need to put in the CONDITION of the macro, to FILTER out
all files, EXCEPT THE ONE that is stated in that Condition?
Thanks Greatfully for your assistance!!!