AidanEnos
MIS
- Dec 11, 2000
- 189
I have 1 table
I have 3 forms that update that table
The forms are set to data entry (is there a better way to force a new record when the first form is open? - going to try making the other forms sub-forms while I wait ;o)
I want to Open form 1 input my data, click a command button that Opens form 2 for the SAME RECORD I was just inputting data for. Then I want another command button that Opens form 3 - again for the same record. I know I can use a query to propmt for the record number - but I'd prefer if it just opened to the current record that was being input so my users don't have to remember or check that they were on record 1347 and input that to continuing inputting data.
Thanks
I have 3 forms that update that table
The forms are set to data entry (is there a better way to force a new record when the first form is open? - going to try making the other forms sub-forms while I wait ;o)
I want to Open form 1 input my data, click a command button that Opens form 2 for the SAME RECORD I was just inputting data for. Then I want another command button that Opens form 3 - again for the same record. I know I can use a query to propmt for the record number - but I'd prefer if it just opened to the current record that was being input so my users don't have to remember or check that they were on record 1347 and input that to continuing inputting data.
Thanks