Search results

  1. YUPAPA

    Sub Forms

    HiHi :) I have a problem when displaying search result on my sub form. On the main form, I have a button and the code for that is: Private Sub client_manager_search_Click() Dim SQL As String Set db = CurrentDb() SQL = "SELECT * FROM client_TBL WHERE client_id = 1"...
  2. YUPAPA

    Run-time error 3061

    HiHi :), I am trying to insert values to a table, but it seems the code below cannot read what I entered on the form. I keep getting runtime error 3061!! I have two textboxes in my form (client_firstname,client_lastname). My user will then fill out the two boxes and click on Command20, it...
  3. YUPAPA

    Searching Table Help

    HiHi, :) I have a form (client_FRM), a table (client_TBL). I have textboxes for all the fields in client_TBL on my form. All my textboxes are unbound. Also I have a button called 'command0'. I want to search for the firstname in client_TBL. How do I search the table and output the result...
Back
Top Bottom