Search results

  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...
  16. G

    Please help with relationships within tables

    ok am confused now haha am fairly new to this main table has customer details with primary key id for each customer i want each table to get the customer details same fields from the main table onces the id is entered into a new row so that once one information is changed in main table all the...
  17. G

    Please help with relationships within tables

    oh ok i understand however what i am trying to do is make forms inorder to do all the operations in a GUI format instead of going into query's and tables so what i want to do is as soon as i type a customers id into relevant form or table i want the rest of the fields in that row to be filled...
  18. G

    Please help with relationships within tables

    :confused::confused::confused: Hi there i am stuck on the relationships section of access basically i have a few tables which id like to link with each other and have one main table where each of these tables obtain their data for example main table is customers with customer id name surname...
Back
Top Bottom