P
PC
I have a query on which a report is based. The criteria for the query is
selected from a Combo Box on a form and a command botton on the form is used
to run the report. How would I specify that if the selection in the combo
box is blank that all records in the criteria column are selected and
visible in the report.
The code for the query is a follows:
SELECT Table.[Comapny Name], Table.Address, Table.Phone, Table.Category
FROM Table
WHERE (((Table.Category)=[Forms]![Form3]![Combo0]));
TIA
pc..
selected from a Combo Box on a form and a command botton on the form is used
to run the report. How would I specify that if the selection in the combo
box is blank that all records in the criteria column are selected and
visible in the report.
The code for the query is a follows:
SELECT Table.[Comapny Name], Table.Address, Table.Phone, Table.Category
FROM Table
WHERE (((Table.Category)=[Forms]![Form3]![Combo0]));
TIA
pc..