I can't fingered out how to PRINT a single report page from the macro button on the form. I could set it to print the whole data set, but not the particular page I'm on the form.
I.e. I'm on record 330 under form and wanted to print the same form record on report.
File:
Table- CCC Gate Table
Form- CCC Gate Form
Report-CCC Gate Report
The main question is how do you write the expression statement on 'where condition' to open up report and record 330.
Here what I did so far: Created macro:
1) OpenRepor: 'Report Name': CCC Gate Report; 'view': Print Preview;'Filter Name': None; 'where condition':?;'window mode': normal.
2) PrintOut:'Page Range': All; all others: default
3) Close: Close Report; CCC Gate Report; yes
Again, my question main question is "Where Condition" expression.
Help!
-TT
I.e. I'm on record 330 under form and wanted to print the same form record on report.
File:
Table- CCC Gate Table
Form- CCC Gate Form
Report-CCC Gate Report
The main question is how do you write the expression statement on 'where condition' to open up report and record 330.
Here what I did so far: Created macro:
1) OpenRepor: 'Report Name': CCC Gate Report; 'view': Print Preview;'Filter Name': None; 'where condition':?;'window mode': normal.
2) PrintOut:'Page Range': All; all others: default
3) Close: Close Report; CCC Gate Report; yes
Again, my question main question is "Where Condition" expression.
-TT