I'm creating a very long input form for an AA-type counseling group, about eight pages long with many, many fields. I found early on that I needed to break it down into smaller tables. Now I've created forms for each table. I'm creating a navigation that will lead us from one page to the next, like turning the pages of the paper form these people are accustomed to. I've set up the relationships so that all tables are linked on an "ID" field, and all the tables are joined to the first table, like a fan.
I'm trying to input now and that ID field is not remaining consistent on its own. I can't figure out how I set the intial ID as the variable to be used in creating all the subsequent "pages" (forms), I'm not even sure if that's what I should be trying to do.
Can someone point me in the right direction? This seems like it wouldn't be such an unusual situation, but I can't seem to find any examples on how to handle this situation.
Many thanks for your help. I'm stumped.
I'm trying to input now and that ID field is not remaining consistent on its own. I can't figure out how I set the intial ID as the variable to be used in creating all the subsequent "pages" (forms), I'm not even sure if that's what I should be trying to do.
Can someone point me in the right direction? This seems like it wouldn't be such an unusual situation, but I can't seem to find any examples on how to handle this situation.
Many thanks for your help. I'm stumped.