- Messages
- 1,852
- Name
- Mark
- Edit My Images
- Yes
Entirely non-photography, but plenty of very clever people here!
I am creating an Access database which has 4 related tables and having difficulties getting a form to correctly operate.
The 4 tables are:
A - A table containing a list of committees
B - A table containing a list of committee meeting dates, linked to Table A via the numeric index key
C A table containing a list of business items
D A table which lists the discussion of the business item at a particular meeting it is linked to tables B and C via numeric index keys.
I am creating a form which contains details of the business item and a subform which lists each committee and meeting date that item of business is scheduled for. I can display test data without problems.
I would however like to have in that subform the Committee and Meeting Date as combo boxes to allow changes. The meeting date combo box should only display meeting dates that are available for the selected committee. Changing the committee must remove the meeting date as it will no longer be valid.
I just cant get this to work can someone reassure me that the table structure is a sensible one (and if possible suggest where I may be going wrong with the combo boxes!)
I am creating an Access database which has 4 related tables and having difficulties getting a form to correctly operate.
The 4 tables are:
A - A table containing a list of committees
B - A table containing a list of committee meeting dates, linked to Table A via the numeric index key
C A table containing a list of business items
D A table which lists the discussion of the business item at a particular meeting it is linked to tables B and C via numeric index keys.
I am creating a form which contains details of the business item and a subform which lists each committee and meeting date that item of business is scheduled for. I can display test data without problems.
I would however like to have in that subform the Committee and Meeting Date as combo boxes to allow changes. The meeting date combo box should only display meeting dates that are available for the selected committee. Changing the committee must remove the meeting date as it will no longer be valid.
I just cant get this to work can someone reassure me that the table structure is a sensible one (and if possible suggest where I may be going wrong with the combo boxes!)