On Thu, 22 Mar 2007 14:30:13 -0700, Interspiro Mark <Interspiro
(E-Mail Removed)> wrote:
>I have a database with 4 tables. I want to enter the value for my primary key
>field in a form and have it entered into all 4 tables.
Ummmmm...
No. You almost certainly do NOT. Creating empty "placeholder" records is
always a bad idea - they tend to never get filled, or get filled incorrectly.
>The relationships are
>set up and the fields all have the same name.
If each table has the same set of fields, your table design is very unlikely
to be correct.
>Is there a way to do this. Even
>better, can I use the autonumber fieldtype in filling these fields with the
>same number?
No. Autonumbers are meaningless, arbitrary, and uncontrollable.
What real-life Entities do these four tables represent? Why four tables not
one? What are the fields? Are you perhaps "committing spreadsheet" and using
four 255-field tables in order to accommodate 1000-odd fields? If so,
Normalize! "Fields are expensive, records are cheap."
John W. Vinson [MVP]