Search results

  1. M

    How to correctly filter records?

    Maybe it's worth reviewing filtering. So we can setup fields type correctly?
  2. M

    How to correctly filter records?

    I believe that 90% of entries, at least department would be selected. But if there will be an external quality issue, then this will be left blank.
  3. M

    How to correctly filter records?

    think of it as a storage location, where department is a building, area is a rack, equipment is a shelf, User has to go through all of them to get to equipment. --------- what about the exception you mentioned earlier, why can't we just agree to disagree ?:) can my DB be designed with this...
  4. M

    How to correctly filter records?

    just seen your version Gina, Looks good, but it won't work this way. 1. What if user wants to leave equipment blank, just get to area level. 2. I want each department to have specific areas and equipment, not visible on the list if another department was selected. So the cascade combos must...
  5. M

    How to correctly filter records?

    i understand purpose of table, so we don't store the same data twice. I just have this feeling that you don't understand hat data I need to store for every record and here come the misunderstanding between us, and I can't get the relationship right. Please, forget my DB for a while and explain...
  6. M

    How to correctly filter records?

    Please see the attached. Is that correct?
  7. M

    How to correctly filter records?

    i know only tables can store data, thats why I am surprised there isn't a field in T_qa to store a value from T_equiment and T_area
  8. M

    How to correctly filter records?

    when you create a table with customer addresses, and you want to select a country, then stare, then city. You have 4 tables, Tbl_Customer, Tbl_Country, Tbl_state, T_city. In my DB is very similar, where tbl_customers = T_qa tbl_country = T_dept tbl_state = T_area tbl_city = T_equipment those...
  9. M

    How to correctly filter records?

    so instead of having relationship between T_qa and T_department, what do I need to relate? QA and Equipment?
  10. M

    How to correctly filter records?

    yes. ps - each department has different equipments.
  11. M

    How to correctly filter records?

    yes, but qa can be in relationship just to equipment, it needs to be with department, area and equipment.
  12. M

    How to correctly filter records?

    ok, a user reports a Quality Accident (hence QA in the name), then the user needs to go through a drop down list to specify where this has happened, thats why There are three tables. User needs to select a department, then a specific area in this department, then a specific equipment in this area.
  13. M

    How to correctly filter records?

    the same query but attached to department combo, or another query?
  14. M

    How to correctly filter records?

    F_qa and then cboAreatbl and cboEquipmenttbl
  15. M

    How to correctly filter records?

    please see the attached file from my previous post.
  16. M

    How to correctly filter records?

    i have now, buy why it shows all records from the query? it has to be a combo to let user choose from the list, if I leave it as text box, user would have to enter a value, I don't want that, I want them to choose from the list.
  17. M

    How to correctly filter records?

    ok, please see the attached. 2 unbound combo boxes, one for T_area and the other for T-equipment, When you enter a new record, how would those two save?
  18. M

    How to correctly filter records?

    yes I understand it. Let say i want to enter a new record. i select department, the area, then equipment. I am able to select those on the screen, but when I close this form and reopen, it leaves those two blank. I my head, there should be 2 more fields in T_qa, qaAreaFK and qaEquipmentFK, so...
  19. M

    How to correctly filter records?

    please see the attached, Ignore FOOTER section for now, I need to make the main form working first. Thanks
  20. M

    How to correctly filter records?

    hi Gina, good to see you again :) No don't go, I need your input. Nothing has changed in the DB since you have uploaded file "qa7" on page 5. I have created a form to enter records to T_qa. However when I want to add a department and then area and equipment, those last two don't have a storage...
Back
Top Bottom