I have split a table to limit the data in each table.
I have then created a one to one relationship (referential integrity, cascade updates, and cascade deletes) between the primary table and split table, using the field name ID which is the primary key for both fields.
Autonumber for primary field ID
Number for secondary field ID.
When i go into the primary table/form and enter a records I would like a record to be automatically entered in the secondary table/from without actually entering data in this record given the relationship.
I assumed that if you ticked cascade updates it would automatically update and include the record.
Any suggestions on how to achieve this would be appreciated.