A 2-part question that i am certain has been asked hundreds of times but I cannot find a direct answer:
I have created a DB with several tables. PKs, and FKs are set up in the Relationships view. For example I have a tblClient (one) with a FK to tblAttorney (many).
1) As I'm adding a client to the DB, I'd like the form to present me with a drop down list of the lawyers and their firms that are already in the DB. Once selected, it should provide the AttorneyID in the table.
2) Unless the attorney isn't in the DB yet, what is the best way to direct the user to a form or subform where they can enter the Attorney information in THEN select the attorney for the client.
A point in the right direction would be most helpful... I'll take a tutorial or a link to another post. Whatever works. Like i said i know this question must get asked all the time. I just cant find the answer.
Thanks in advance.