Hello
Sorry if this ends up long-winded and complicated but i've been thinking for the last few days how i would do this and i still don't have a clue, so i was hoping that maybe you could help!
I am building a database for my local scout group. This DB is mainly to keep track of who has what badges and which ones i need to order. Each Scout can have many badges but each badge can be given to many scouts.
So far i have 3 tables:
tblScout
scoutID (autonumber), name, dob, address etc
tblBadge
BadgeID (autonumber) Badgename
tblScoutBadge
scoutID, badgeID, received (yes/no), instructors (yes/no), plus (yes/no)
The idea is that a Scout can get a badge, when this happens the scoutID and badgeID gets matched accordingly once I've ordered it and given it to them then it gets the received 'yes' and the instructors and plus are just advances of the badge.
This then allows me to run reports such as "has earned but not received".
However, the form i am having trouble with. I would like a form that has the name at the top and all the badges listed on labels. next to the labels 4 tick boxes (earned, received, instructors, plus). This is all well and good. What i really want to know is when i tick the 'earned' box, how do i get it to add the scout ID and badge ID to the tblscoutbadge?
Also would it be possible (i know its possible, more how is it done?) to have a form where i can navigate via the badges and add Scouts that way?
Thank you very much in advance!
Sorry if this ends up long-winded and complicated but i've been thinking for the last few days how i would do this and i still don't have a clue, so i was hoping that maybe you could help!
I am building a database for my local scout group. This DB is mainly to keep track of who has what badges and which ones i need to order. Each Scout can have many badges but each badge can be given to many scouts.
So far i have 3 tables:
tblScout
scoutID (autonumber), name, dob, address etc
tblBadge
BadgeID (autonumber) Badgename
tblScoutBadge
scoutID, badgeID, received (yes/no), instructors (yes/no), plus (yes/no)
The idea is that a Scout can get a badge, when this happens the scoutID and badgeID gets matched accordingly once I've ordered it and given it to them then it gets the received 'yes' and the instructors and plus are just advances of the badge.
This then allows me to run reports such as "has earned but not received".
However, the form i am having trouble with. I would like a form that has the name at the top and all the badges listed on labels. next to the labels 4 tick boxes (earned, received, instructors, plus). This is all well and good. What i really want to know is when i tick the 'earned' box, how do i get it to add the scout ID and badge ID to the tblscoutbadge?
Also would it be possible (i know its possible, more how is it done?) to have a form where i can navigate via the badges and add Scouts that way?
Thank you very much in advance!