Recent content by asama-san

  1. A

    save as

    ok ok i want to save it as exe
  2. A

    save as

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

    Search Form

    i did try and it didn't work plz show me how
  4. 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...
  5. A

    Search Form

    plZZZZZZZZZZ i need help fast this cod work fine but i want multi search Private Sub cmdSearch_Click() If Len(cboSearchField) = 0 Or IsNull(cboSearchField) = True Then MsgBox "You must select a field to search." ElseIf Len(txtSearchString) = 0 Or IsNull(txtSearchString) = True Then MsgBox...
  6. A

    Search Form

    hi can someone help me i whant to make multi search it work fine with one search but i whant to make it two search ???? this is the code for the search (access 2007) Private Sub cmdSearch_Click() If Len(cboSearchField) = 0 Or IsNull(cboSearchField) = True Then MsgBox "You must select a...
Back
Top Bottom