jenvandiver
04-22-2003, 08:40 AM
Hello, I appreciate any help on this...
I have two tables, one for systems and one for system training plans (STRAP). Each system should have only one STRAP.
What I'd like to do is have the user enter new system information, followed by the STRAP information. Does everything need to be in one table for this, or one form? Instinctively, I want to separate them.
Right now, I have a form where the system data is entered. A button on that form takes them to another form where they choose the system from a combo box and then enter the STRAP information for that system. This form then leads them to another where they can review/confirm the STRAP data (which then gets entered directly into a Word document). My problem is that if they review the data on the third form and need to edit, how do I re-route them back to the original training plan record?
Currently, my STRAP form starts a new record with a new STRAP ID each time you enter it, rather than replacing the data in the original record. I would like to keep the system table and STRAP table separate if possible. Do I need two identical forms, one to enter new STRAPs and one to edit them? Would a query solve my problem?
Any help would be much appreciated!
I have two tables, one for systems and one for system training plans (STRAP). Each system should have only one STRAP.
What I'd like to do is have the user enter new system information, followed by the STRAP information. Does everything need to be in one table for this, or one form? Instinctively, I want to separate them.
Right now, I have a form where the system data is entered. A button on that form takes them to another form where they choose the system from a combo box and then enter the STRAP information for that system. This form then leads them to another where they can review/confirm the STRAP data (which then gets entered directly into a Word document). My problem is that if they review the data on the third form and need to edit, how do I re-route them back to the original training plan record?
Currently, my STRAP form starts a new record with a new STRAP ID each time you enter it, rather than replacing the data in the original record. I would like to keep the system table and STRAP table separate if possible. Do I need two identical forms, one to enter new STRAPs and one to edit them? Would a query solve my problem?
Any help would be much appreciated!