Recent content by gt11990

  1. G

    Runtime error "3021" with search button

    Hi pr2-eugin just a quick question is there a way i can modify this code so i can search in multiple tables for example right now it searches just my orders table which is assigned to the form how ever id like it to also search the address from customers table according to the customer id
  2. G

    Runtime error "3021" with search button

    oh wow yup makes perfect sense thank you so much for your time and efforts very grateful:D
  3. G

    Runtime error "3021" with search button

    wow thank you so much worked like charm i would ask what the problem was but i dont want to waste your time
  4. G

    Runtime error "3021" with search button

    thats weird isn't the database attached ?
  5. G

    Runtime error "3021" with search button

    yup course i have attached the dummy database
  6. G

    Runtime error "3021" with search button

    ok i have the following fields in the screen shot, its linked to customers table with customer details so in the form i want to just search anything name, id address and once the search is done the results are displayed in the form fields. so far so gd the search works but when you enter...
  7. G

    Runtime error "3021" with search button

    oh lord this is driving me crazy now i get the following error soo weird
  8. G

    Runtime error "3021" with search button

    thank you for the code it still searches normally for existing records but none existing still same error please see on attached screen shot
  9. G

    Please help with relationships within tables

    hi there Pat Hartman now i understand how it works may ask you an additional question the look up option which does the combo box how would i implement it in such way for example gets customer ids from the customer details table, the combo box is in orders so when am in orders when i...
  10. G

    Runtime error "3021" with search button

    ok after closing and reopening the database i get that same message the one in your screen shot but what does it mean i mean how could i solve this problem in the screen shot when i search a record which does not exist i get this error
  11. G

    Runtime error "3021" with search button

    nothing when i search the right information i can do a search no problem if i leave it blank and search the run tiem error comes up the same one
  12. G

    Runtime error "3021" with search button

    i did what you said but nothing comes up on the new window when i press the button
  13. G

    Runtime error "3021" with search button

    oh my am so confused right now is it possible for you to show it just a section of my code so i can understand more clearly thank you
  14. G

    Please help with relationships within tables

    ok thank you i will look into that but like i said i am very new to this its very confusing
  15. G

    Runtime error "3021" with search button

    hi there i have a search button on the form which does work does the search very well how ever if a wrong search value is entered which does not exist in the database i get the Runtime error "3021" here is my code Private Sub cmdSearch_Click() Dim bkmk As Variant Dim strField As String Dim...
Back
Top Bottom