I'm creating a database that will be used as a church directory. Among other things, they are wanting to keep track of spouses and kids. I don't want to have a husband first name field and a wife first name field in the same table (normalization theory), but I don't know how to put them in separate tables since they will also be listed individually. Can I use a combo box for the spouse and create a subform based on the same table to link the kids (since you don't know how many kids they have, a datasheet subform seems the way to go). The problem is there isn't a primary key/foreign key combination to link if the subform is based on the same table as the main form.
Maybe I should be asking if this is possible. I know that I could just type the names of the spouse and kids in textboxes without having them linked to any table, but that really defeats the purpose of the database.
Maybe I should be asking if this is possible. I know that I could just type the names of the spouse and kids in textboxes without having them linked to any table, but that really defeats the purpose of the database.
Comment