C
CJ
Hi Groupies
My Access 2003 database keeps track of equipment. My form lists all of the
equipment and a checkbox shows whether it is In Stock (available to be sold)
or Not In Stock (sold but still on site or gone).
I want to be able make it easy for them to filter the In Stock items by
using a combo or a button. The query behind the form is a left outer join so
it returns all of the equipment by default.
I tried using a check box on the form and then having the data source use
that as a parameter criteria but I can not get the form to update, no data
is ever returned. This method works with a duplicate query but not the forms
data source.
I'm not sure of the best way to do this. Could somebody please help me out
here?
My Access 2003 database keeps track of equipment. My form lists all of the
equipment and a checkbox shows whether it is In Stock (available to be sold)
or Not In Stock (sold but still on site or gone).
I want to be able make it easy for them to filter the In Stock items by
using a combo or a button. The query behind the form is a left outer join so
it returns all of the equipment by default.
I tried using a check box on the form and then having the data source use
that as a parameter criteria but I can not get the form to update, no data
is ever returned. This method works with a duplicate query but not the forms
data source.
I'm not sure of the best way to do this. Could somebody please help me out
here?