Hi,
I need help creating data entry forms. I’m new to Access, but not to VB or VBA with Word and Excel.
I created tables with Many to Many relationships, for instance Contact person to address. Person may have more than one address (home, business), more that one person can live/work at single address.
Contacts Table
ID (primary key), Name, personal info….
Contacts_Address Table
Contact_ID, Address_ID, (the two IDs are the primary key), role at address
Address Table
ID (primary key), Phone, address, email….
For data entry:
1) Need to create contact and address and have the Contacts_Address link table updated as well.
2) Need to create contact and link to existing address (by getting address with a different contact, e.g., parent or spouse).
3) Need to add new address to existing contact.
4) Need to link existing contact with existing address.
I am having no luck getting my tables and forms to link and synch. I’ve experimented with forms, sub-forms and event procedures. Unfortunately the sample Contact.mdb doesn’t have my problem and I can’t find answers in the help.
I’m sure this is do-able and it’s just my lack of experience.
Can anyone help? Advice where to get info? Sample where this is done?
TIA,
Steve Silberman