C
Chaplain Doug
I have a table that is used to records progress for people
in a five-week program. Each week they must complete
three process groups and five educational groups. I need
to somehow record whether these people have completed each
of the 40 requirements. There are 25 other fields I
already have in the table. If I use yes/no (check) fields
for each requirement, that's a total of 40 more fields,
like
W1PG1, W1PG2, W1PG3, W1EG1, W1EG2, ... and so on.
Is there a better way to do this than having forty
fields? Is there such a thing as a "field array" or
an "array field"? It just seems dorky to make so many
fields. My intuition tells me there must be a better
way. Any help will be appreciated. God bless.
in a five-week program. Each week they must complete
three process groups and five educational groups. I need
to somehow record whether these people have completed each
of the 40 requirements. There are 25 other fields I
already have in the table. If I use yes/no (check) fields
for each requirement, that's a total of 40 more fields,
like
W1PG1, W1PG2, W1PG3, W1EG1, W1EG2, ... and so on.
Is there a better way to do this than having forty
fields? Is there such a thing as a "field array" or
an "array field"? It just seems dorky to make so many
fields. My intuition tells me there must be a better
way. Any help will be appreciated. God bless.