Combo list filter

Ossama22

Registered User.
Local time
Today, 10:39
Joined
Aug 31, 2018
Messages
52
Hello guys, i wanna to ask you a simple question,
I have a combo box consists of a data linked from a company codes query, i wanna to create a button when i click on it its open my main query.(which consists of alot of companies codes.) bases on the input i choose from my combo list.
For example if i choose code MR then i click on button it shows only data with the mentioned code
 
The query looks like:
Select * from table where
Code:
 = forms!myForm!cboBox
 
U mean, shall i use apply filter or set filter or select objective?
 

Users who are viewing this thread

Back
Top Bottom