I am trying to create an Access "applicatio n" that will let users step through the process of creating data. In form 1, the user selects the type of issue that they are entering. In form 2, the user fills in information about the issue. In form 3, the user identifies what locations are affected by the issue. I know that I could make form 2 a subform to form 1, but my users really prefer a more "wizard-like" application.
The problem that I am having is that when I create a new record on form 1, how do I pass the identifier field to form 2? I can't find information on how to do this when the data record doesn't get created until the user clicks on the "next" button on form 1.
TIA!
The problem that I am having is that when I create a new record on form 1, how do I pass the identifier field to form 2? I can't find information on how to do this when the data record doesn't get created until the user clicks on the "next" button on form 1.
TIA!
Comment