How to skip a query parameter to view all details.

M

M.A.Halim

I have a query with parameters to filter some details, but somtimes I want
to view all details.
 
M

Mikal via AccessMonster.com

M.A.Halim said:
I have a query with parameters to filter some details, but somtimes I want
to view all details.


Try entering "[MyParameter] or *" in the query grid. Omit the quotes.

Mike
 
M

M.A.Halim

Thanks Mikal I have tried this, it worked but access added " Like" so "[My
Parameters] or Like(*)" without the quotes.

Mikal via AccessMonster.com said:
M.A.Halim said:
I have a query with parameters to filter some details, but somtimes I want
to view all details.


Try entering "[MyParameter] or *" in the query grid. Omit the quotes.

Mike
 
Top