Hi All
I'm a newbie at access, I believe I understand the basics of relational databases and queries, but I am really stuck on an issue.
I have been asked to maintain a directory for our local Scout district. It's currently in a spreadsheet, but is crying out to be a database.
Here is what I have done so far:
I have created a "group" table, this lists all the groups in the district.
I have a 2nd table called "people" this holds details of all the people in the district.
As some people can have a role in multiple groups, I have created a 3rd table called "link", this is to link the people to groups.
Having read various different posts on sub forms, I am still at a loss on how to create a form / subform to populate the link table.
My initial thoughts were to have a combo box on the main form, listing the people and then have a list of groups on the sub form (the are only 24). I would have a check box next to each group and if checked, it mean that the person selected in the combo is associated with that group.
However my issue is that the tick box would be a "yes/no" field and the entry in the link table needs to be a number.
So I am at a loss on how to proceed, can anyone point me in the right direction please?
Thank you
Ian
I'm a newbie at access, I believe I understand the basics of relational databases and queries, but I am really stuck on an issue.
I have been asked to maintain a directory for our local Scout district. It's currently in a spreadsheet, but is crying out to be a database.
Here is what I have done so far:
I have created a "group" table, this lists all the groups in the district.
I have a 2nd table called "people" this holds details of all the people in the district.
As some people can have a role in multiple groups, I have created a 3rd table called "link", this is to link the people to groups.
Having read various different posts on sub forms, I am still at a loss on how to create a form / subform to populate the link table.
My initial thoughts were to have a combo box on the main form, listing the people and then have a list of groups on the sub form (the are only 24). I would have a check box next to each group and if checked, it mean that the person selected in the combo is associated with that group.
However my issue is that the tick box would be a "yes/no" field and the entry in the link table needs to be a number.
So I am at a loss on how to proceed, can anyone point me in the right direction please?
Thank you
Ian