Basically I have a case number that I input into the first form along with
additonal info. Once I'm done inputting info into that form, I want that
case number to reflect the rest of information being inputted into each
page/form. But when I'm done and I want to add another case number I go back
to the first page/form and I want to be able to press a button that says "Add
New Record" but when this selected I would like all the other pages/forms to
clear out for the new data to be entered. I hope this is making sense. If
not please feel free to school me. Thanks!
As my friend Tom likes to say, "It all depends on the data".
What are your Tables? What is each table's Primary Key? How are the tables
related?
From the sound of it, you should consider basing the mainform on a table of
Cases, with the six other forms as Subforms, using the CaseNumber as the
master/child link field. But since it's not clear to me how your data is
structured I'm not sure that will address the issue!