Two forms to one table

J

jezzica85

Hi all,
I'm implementing a survey for a magazine, and it extends over two forms. I
have both forms linked to one table, but here's the problem. I have an
autonumber control on the bottom of both forms that's meant to keep track of
the survey number. The first have of the survey inputs fine into row 1. The
second half, however, inputs into row 2. Is there any way I can fix this?
Thanks,
Jezzica85
 
D

Damian S

Hi jezzica85,

Have one form with a Tab Control on it, put half of your controls on the
first tab, the second half on the second tab. Hey Presto - no autonumber
problem any more.

Damian.
 
J

jezzica85

Thank you Damian,
I just have a few questions though because I'm sort of new at this--what's a
tab control, how do you do it, and does that mean I only need my autonumber
control on one half of the form?
Thanks,
Jezzica85
 
Top