briananderson
Registered User.
- Local time
- Today, 09:53
- Joined
- May 8, 2008
- Messages
- 17
Pass ID from one form to the next for data entry?
I feel like this is a simple answer, but I'm rather a newbie at all this and I am having a difficult time trying to search for the answer.
I want to link multiple forms together using the same record.
I have a series of questions that have multiple answers, based on a flowchart, almost like a "Choose Your Own Adventure". Each question has a yes or no answer (buttons for both).
If the user selects yes or no buttons, data is automatically inserted into a table (Answers), then the current form closes and opens up a new form with a new set of questions depending on which button the user clicks.
When I move onto the next form, it doesn't carry over the same primary key id as I had in the previous form, and it creates a new record. I want these questions to be associated with one pk. I've been trying all sorts of things and so far, I havent got it right.
I've tried to use page breaks (and there's too many questions to fit in the 22" max form). I've tried using tabs, and there would be just too many tabs.
I know I have to pass the primary key from one form to the next, but I'm just not sure how to handle this.
Any help would be wonderful!
Thanks!
I feel like this is a simple answer, but I'm rather a newbie at all this and I am having a difficult time trying to search for the answer.
I want to link multiple forms together using the same record.
I have a series of questions that have multiple answers, based on a flowchart, almost like a "Choose Your Own Adventure". Each question has a yes or no answer (buttons for both).
If the user selects yes or no buttons, data is automatically inserted into a table (Answers), then the current form closes and opens up a new form with a new set of questions depending on which button the user clicks.
When I move onto the next form, it doesn't carry over the same primary key id as I had in the previous form, and it creates a new record. I want these questions to be associated with one pk. I've been trying all sorts of things and so far, I havent got it right.
I've tried to use page breaks (and there's too many questions to fit in the 22" max form). I've tried using tabs, and there would be just too many tabs.
I know I have to pass the primary key from one form to the next, but I'm just not sure how to handle this.
Any help would be wonderful!
Thanks!
Last edited: