I
ixeye
I am creating a database for church and you would not think that
what I am doing is reinventing the wheel but gosh if it feels
like it The database is being created to track who is coming
to our church and when so I originally created two tables: one
for all the info on a particular someone and two for the dates.
We don't have a unique ID number that we can use for someone
specific to link the two tables so I finally chose to create one
big table with all the personal info and with all the dates
that they attended as Yes/No fields. 2 problems arose from doing
it this way. The number of fields is huge if I talk about one
field per date and then making an automated report is almost
impossible since parameter queries I believe are not created
for variable fields only variables in each field??? Any ideas,
anybody on the best way to design this database?
what I am doing is reinventing the wheel but gosh if it feels
like it The database is being created to track who is coming
to our church and when so I originally created two tables: one
for all the info on a particular someone and two for the dates.
We don't have a unique ID number that we can use for someone
specific to link the two tables so I finally chose to create one
big table with all the personal info and with all the dates
that they attended as Yes/No fields. 2 problems arose from doing
it this way. The number of fields is huge if I talk about one
field per date and then making an automated report is almost
impossible since parameter queries I believe are not created
for variable fields only variables in each field??? Any ideas,
anybody on the best way to design this database?