I am relatively new to Access, so my apologies for possibly asking dumb questions.
I've created a form called "Initial Customer Contact Form." In that form, I have two buttons, both with the intended function of creating related forms. I want these new forms to bring over data, including the primary key, from the record on the main form. For example, I have a "Sales Form" button. When the button is used it would create a Sales record, which would share with the main form the customer's first and last names, a few other pieces of data, and the primary key.
As it is, all the forms I've created are associated with their own tables.
Not sure if the forms should share the same table and create a relationship between them using the primary key (Customer ID) or they should have separate tables with the same relationship.
Again, my apologies if I have not communicated my situation very well. Thank you for the help.