Search results

  1. D

    Error 3346: The number of query fields and destination fields are not the same

    Private Sub cmdSearch_Click() If Len(txtSearchString) = 0 Or IsNull(txtSearchString) = True Then MsgBox "You must enter a search string." Else Dim dbs As DAO.Database Set dbs = OpenDatabase("e:\my documents\appeal.mdb") Dim...
Back
Top Bottom