John W. Vinson said:
A one to one relationship still has directionality - there's got to be a
"parent" and a "child" table (defined by the direction of the arrow on the
relationships window).
Create a Form based on the parent table, and a Subform based on the child
table.
Note that one-to-one relationships are QUITE uncommon; if you're building this
because you have more than 255 fields in your table... stop. You'll be *much*
better off normalizing the table. "Fields are expensive, records are cheap";
I'm all but certain that you have one or more one-to-many relationships
embedded within each record of this monster.
John W. Vinson [MVP]
John, than you for bothering with such a [stupid] questions. Believe it or
not, I am building this because I have more than 255 fields in my table.
Unforfunately this cannot be avoided because I am implementing a questionnare
for a research study and the form has a ton of variables, the primary key
being the participant ID in both tables. What does it mean to normalize the
table? I did read about using a subform but I couldn't figure out how to get
the subform on tab control pages 3 & 4. I don't want the subform to pop up
in the current page, but simply continue on to the next pages with the 2nd
table. Also, I can't really see any one to many relationships in the
questionnare.