Can someone please help....form question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 4 different forms in my database and on each form I have a command
button on the bottom that I have set to automatically go to the next form.
i'm having a problem with the last form that has a subform that when I enter
the data into the textbox the 2 fields in the subform are automatically
entered. The problem that I have is after the subform is filled in i need to
go back to the first form with the next record.

Thanks
 
Tell it to open the first form.

Have you thought of making one master form with a Tab control on it and
then having each of the subforms be on a separate tab. It would seem to
make the whole operation simpler.

Just a thought.
 
Back
Top