Hello, thanks for taking the time to read my question. I have an idea of what I want to do, but I'm mixed up about how to go about it.
Basically, I have a "Contact" table and a "Companies" table.
From the "Contact" table, I need to be able to
A) Create new records in "Companies"
: Select existing companies from a drop down
From the "Companies" table, I need to be able to
A) Create new records in "Contact" (First Name, Last Name, Phone Number, Email Address)
Select existing contacts from a drop down list sorted by name
I apologize for the disjointed explanation - as you can probably tell, I'm not really sure how to think think about this problem, let alone solve it. Thanks again for any help.