Sorry for another post but recently started moving my back end over to SQL.
When the DB went live this morning, the users let me know they could not add any records to the DB.
I have Primary Key Set,
identity specification set as yes, With increment value also set,
I have relinked the Table -
I can add data manually into the SQL Table
In access when i started entering data this would automatically assign a job number -
Do i have to use code to insert the job number into the linked table ? or is their another way ?
When the DB went live this morning, the users let me know they could not add any records to the DB.
I have Primary Key Set,
identity specification set as yes, With increment value also set,
I have relinked the Table -
I can add data manually into the SQL Table
In access when i started entering data this would automatically assign a job number -
Do i have to use code to insert the job number into the linked table ? or is their another way ?
Last edited: