i wanna filter a access database table by getting the value from a combo box
need help in this...
my code is :
Option Compare Database
Option Explicit
Dim fac_name As String
Private Sub Facility_Name_Click()
Dim db As DAO.Database
Dim qdf As DAO.QueryDef
Dim strSelect As String
Set db =...