Search results

  1. V

    searching

    hi i got a little question, i have a search button for only searching on surname, i want to search on surname and name or name, so i want a combination so when i search for surname JOHN, and there are 10 Johns, i want to click also name, to filter again.. can some one help me, the code i...
  2. V

    Login script

    hi, i had an access database builed with adob connection/sql server.. now i have rebuild my database without sql/connection.. but i dont know how to fix change my login/to my database now... the login is searching for my sql/connection.. can someone help meplease to rewrite my existing...
  3. V

    Open Form

    hi, i got the next code.. DoCmd.OpenForm "klachten van client" forms![klachten van client].klant_id = Me.Klant_id but i want to add into this code the next : DoCmd.RunCommand acCmdRecordsGoToNew can someonehelp me? the first code + tell him to do that in a new record.
  4. V

    the specified field "klant_id" could refer to more than one table listed in the FROm

    the specified field "klant_id" could refer to more than one table listed in the FROm HI, i got a form KLANT and QUESTIONS.. when i search for KLANT and click on button ADD question i get the error.. the specified field "klant_id" could refer to more than one table listed in the FROm .. can...
  5. V

    Opening Form

    Hi,, I got a question.. i have a FORM, when i open the form.. my form is filled with related text etc. So i have to click on NEW to clear the form and fill in new information. I want when i clik to the form I want a CLEARED FORM automatically.. so i can fill in the thing i want, can somebody...
  6. V

    Linking

    Hai i got aquestion i have build an access database now.. i got a form CLIENT and form QUESTION, ine the form CLIENT i have a search button.. and a button ADD QUESTION .. the problem is when i search on client and click ADD QUESTION.. i want that clientnumber, surname will join...
Back
Top Bottom