two data tables from one form

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

Guest

I am a novice so go easy on me! I am trying to create two data tables from
one form. I have data being entered on the form and want to have a tab to
enter totally different data on the second tab go to a different table. I
believe that way I can have two different quries pulling different data from
the same entry form. Any help is welcome!
 
I am a novice so go easy on me! I am trying to create two data tables from
one form. I have data being entered on the form and want to have a tab to
enter totally different data on the second tab go to a different table. I
believe that way I can have two different quries pulling different data from
the same entry form. Any help is welcome!

Is there ANY connection, logically, between the data in the two
tables?

If not, you could use an unbound Form with two Subforms, one on each
tab page. I don't see what benefit this would have over using two
separate forms though!

John W. Vinson[MVP]
 
Back
Top