F
Frank Situmorang
Hello experts:
Here is the data property of my combo box:
Control Source: SupName
Row source Type: Table/Query
Rouw Source: SELECT Suppliers.SupName FROM Suppliers;
Bound Column: 1
Here is my event property on Click:
Private Sub SupName_Click()
Filter = "[SupName]"
FilterOn = True
The above does not work on my filtering by combo box.
This is to filter by supplier in my main form. I plan not to use filtering
by form on the tool bar, because I plan to have the next filter in my subform
using similar to Northwind of access of "Customer Phone List" which is using
Macro Phone list,
Thanks in advance for any help provided.
Frank
Here is the data property of my combo box:
Control Source: SupName
Row source Type: Table/Query
Rouw Source: SELECT Suppliers.SupName FROM Suppliers;
Bound Column: 1
Here is my event property on Click:
Private Sub SupName_Click()
Filter = "[SupName]"
FilterOn = True
The above does not work on my filtering by combo box.
This is to filter by supplier in my main form. I plan not to use filtering
by form on the tool bar, because I plan to have the next filter in my subform
using similar to Northwind of access of "Customer Phone List" which is using
Macro Phone list,
Thanks in advance for any help provided.
Frank