Form design

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have a database design like this:
table: DefectType, field: DefectTypeID, Defecttype, only three record:
Supplier related, Process Related, Design Related.
table: Defects, filed: DefectsID, Defects, DefecttypeID.

Because there are different defects belong to different defect types.

In a form: I have three check boxes for the three defect type. and it's
working.

But I don't know how to make it related to the table defects.
I need to put three fields for defects belong to three defect type.
For example:
When I check the Supplier related, only show the defects related to the
supplier related.

Thank you so much for your help.
 
You could try using an optiongroup and bind this to the defects field.

Maurice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top