Recent content by YUPAPA

  1. YUPAPA

    Sub Forms

    THANK YOU! I know how to add the links now subform -> properties -> data!
  2. YUPAPA

    Sub Forms

    HiHi again... Can you edit the thing for me?? I think the main problem seems to be visual basic... http://www2.yupapa.com/db1.mdb The two forms I am talking about is client_manager_FRM and client_manager_sub_FRM (data sheet) I have textboxes and a button in the client_manager_FRM and I want...
  3. YUPAPA

    Sub Forms

    Thank you! But where do you set the Master and Child Links? :p
  4. 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"...
  5. YUPAPA

    Searching Table Help

    Thank you! :)
  6. YUPAPA

    Searching Table Help

    Hi, I got it workin now... but how do I make a Msgbox to show that the record is found or not?? If it is found, it will then show MsgBox("Record is found") Thank you
  7. YUPAPA

    Run-time error 3061

    Oh thank you! :)
  8. 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...
  9. 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...
  10. YUPAPA

    Jump to record action available?

    oh thank you... you are so nice! :p :)
  11. YUPAPA

    Jump to record action available?

    oh HiHi! Is this only works with combo box?? Cuz I want to do it using textbox! :) I have another question! :p Can I do two forms, the first one is for user entering a primary key. Then it will jump to the next form when they press enter. On the next form, it will show the data of the...
Back
Top Bottom