skrappySenior
Technical User
I have one existing table of client and census data,with 119 fields. I am separating into 10 tables
tblClient; tblCensusOne....Nine
They will all have a one-to-many relationship on the tblClient.clientId & tblCenus(One..Nine).clientId (primary & foreign)field.
One to many relationship is necessary as it is updated annualy.
How can I code the tblCensusOne..Nine).clientCode[/] to automatically pickup the tblClient.clientId when entering a new client for the first time?
- I also need to have another table that creates an auto number - one-to-one relationship with the tblClient.clientId to tblClientAutoNum.clientId - this needs to happen automatically when entering a new client also - should require no user interaction
tblClient; tblCensusOne....Nine
They will all have a one-to-many relationship on the tblClient.clientId & tblCenus(One..Nine).clientId (primary & foreign)field.
One to many relationship is necessary as it is updated annualy.
How can I code the tblCensusOne..Nine).clientCode[/] to automatically pickup the tblClient.clientId when entering a new client for the first time?
- I also need to have another table that creates an auto number - one-to-one relationship with the tblClient.clientId to tblClientAutoNum.clientId - this needs to happen automatically when entering a new client also - should require no user interaction