Hi,
I have this problem. I have created a function query in my SQL database. However i want to filter the data that i see.
For example, i want to have a form where i input a value that should be used for filtering. Or i can have a dialog box come up and in the dialog box i can have a combo box where i select a value and it filters using that.
I did this once before in access and the value i put under "critea" on the query was =[Forms]![Formname]![Textbox]
this gave me only results that had the same value as the one in my textbox..
Please help
I have this problem. I have created a function query in my SQL database. However i want to filter the data that i see.
For example, i want to have a form where i input a value that should be used for filtering. Or i can have a dialog box come up and in the dialog box i can have a combo box where i select a value and it filters using that.
I did this once before in access and the value i put under "critea" on the query was =[Forms]![Formname]![Textbox]
this gave me only results that had the same value as the one in my textbox..
Please help