I would like to show all records that = a certain text box on a form.
the help gives me:
Me.Filter = "Country = 'USA'" '(I want this to be a control (text box) on the form)
Me.FilterOn = True
I want the end user to be able to view all data for a product that is selected on a form. The table behind the form has many products listed but I want the end user to click on a command button that shows all records just for that product. Currently the form is a dataentry only screen but I want them to view all for that product & edit when nessessary.
Any help?
the help gives me:
Me.Filter = "Country = 'USA'" '(I want this to be a control (text box) on the form)
Me.FilterOn = True
I want the end user to be able to view all data for a product that is selected on a form. The table behind the form has many products listed but I want the end user to click on a command button that shows all records just for that product. Currently the form is a dataentry only screen but I want them to view all for that product & edit when nessessary.
Any help?