Hi,
I have a question regarding creating a basic "dynamic form" if you want to call it that. Basically, I am creating a database to be able to store information on the individuals who volunteer for my fire department. I have a form where the members enter in their basic information and demographics and then click on a command button which brings up a pop up form to enter in any certifications that the individual has. What i am looking to do is create a form that will work similar to how tables work where as soon as you start entering in information in a particular row, a new row appears. Then you can enter information into that row and a new row again appears, and so on. I want to do the same thing but with a form. When someone opens up the form for the first time, only one "record" spot appears and it's blank. When they start to enter information into the first record spot, another record line appears for them to enter their next certification once the last entry is complete. This continues until all entries are entered. When the person opens the form for a second, third, etc. time, all previously entered entries will appear all on one page. I want to do it this way rather than have all new entries appear on different "pages" of the form. Each record on that form will be tied to that member's ID number so that when a different member opens up the form to enter their certifications, a new record is created that is tied to that different member.
I appreciate any insight that anyone can give me on how to make something like this work.
Morgan