SyBeerianTyGRRRR
Technical User
Hi folks,
Can anyone tell me if and how it is possible to enter some of the the same data from a form into two separate tables.
For example:
I have a Form called
frmPlmkrsDbse
that has a table called
tblPlmkrsDbse
as its record source. This table contains fields such as
ContactID (which is the primary key),
FirstName,
LastName,
StreetAddress,
Town,
City,
StateOrProvince
etc etc.
When i enter this data into the form/table i would like the same data to be simultaneously entered into another table called
tblContacts
(which is where i store all my client contact details).
This second table has some field names that correspond exactly with the first table and would need to store exactly the same data.
I cannot seem to achieve this using the Relationships Window method. The problem seems to be in the primary keys of the two tables not being the same???
I cannot make this happen as the two tables will never contain exactly the same number of records.
Can anyone help, it would be much appreciated.
Thanks v. v. much
Can anyone tell me if and how it is possible to enter some of the the same data from a form into two separate tables.
For example:
I have a Form called
frmPlmkrsDbse
that has a table called
tblPlmkrsDbse
as its record source. This table contains fields such as
ContactID (which is the primary key),
FirstName,
LastName,
StreetAddress,
Town,
City,
StateOrProvince
etc etc.
When i enter this data into the form/table i would like the same data to be simultaneously entered into another table called
tblContacts
(which is where i store all my client contact details).
This second table has some field names that correspond exactly with the first table and would need to store exactly the same data.
I cannot seem to achieve this using the Relationships Window method. The problem seems to be in the primary keys of the two tables not being the same???
I cannot make this happen as the two tables will never contain exactly the same number of records.
Can anyone help, it would be much appreciated.
Thanks v. v. much