Hello all:
I think I posted this in the wrong forum earlier. I have a table called Member List, it has an ID column (auto number), Last Name, First name.
I want to create another table, Address List, such that it would have the same ID # as in the Member List and also have extra columns for apartment, city, province, zip code. Could you walk me through how I would connect these tables together so that when I need to add a new record in the Member List, I can just add the first & last names and then go to the Address table, put in the new id number gotten from the Member list table and then put in the new addresses. This way, I would not need to repeat the names in the Address table.
The second question is: How do I create a form that will have all the fields in these 2 tables, that way I can update the tables (add a new record or correct an existing record) using the form.
Please help, thanks.
I think I posted this in the wrong forum earlier. I have a table called Member List, it has an ID column (auto number), Last Name, First name.
I want to create another table, Address List, such that it would have the same ID # as in the Member List and also have extra columns for apartment, city, province, zip code. Could you walk me through how I would connect these tables together so that when I need to add a new record in the Member List, I can just add the first & last names and then go to the Address table, put in the new id number gotten from the Member list table and then put in the new addresses. This way, I would not need to repeat the names in the Address table.
The second question is: How do I create a form that will have all the fields in these 2 tables, that way I can update the tables (add a new record or correct an existing record) using the form.
Please help, thanks.