Search results

  1. A

    save as

    hi how can i save access as program so i can open as program not as access
  2. A

    multi search in access 2007

    i need help this search code work fine to one search but i want to make it multi search ( cboSearchField ,cboSearchField1)(txtSearchString,txtSearchString1) Private Sub cmdSearch_Click() If Len(cboSearchField) = 0 Or IsNull(cboSearchField) = True Then MsgBox "You must select a field...
Back
Top Bottom