Search results

  1. N

    unable to filter access database using form control

    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 =...
Back
Top Bottom