Another day, another project! I am creating an attendance sheet db in which a user will be able to see the info for a particular group and edit the attendance (via checkboxes at this time) for 12-13 weeks. The number of weeks could vary in the future, so not sure how to take that into account. With php there was the explode command and not sure if something like that exists within Access, so that I am not storing 12 fields of true/false with each name.
I thought about having my tblParticpants set up with general info like fName, lName, emailAddress, phoneNumber and then a second table that is set to store info such on attendance like field1 - User123, field2, 2/3/2011.
Just kind of need a second (or third, or fourth) mind to help me figure the best way to plan this out. It would be nice if the fields could be updated via the attendance sheet view as well as through the input of information.
I thought about having my tblParticpants set up with general info like fName, lName, emailAddress, phoneNumber and then a second table that is set to store info such on attendance like field1 - User123, field2, 2/3/2011.
Just kind of need a second (or third, or fourth) mind to help me figure the best way to plan this out. It would be nice if the fields could be updated via the attendance sheet view as well as through the input of information.