I am in the process of trying to move my Access database BE to an SQL server. This is all very new to me and my knowledge is limited. I have a table called 'Requotes' and when people open the form within MS Access FE they are able to add new records to the Requotes table.
Since I exported my tables to SQL it forced me to add a primary key to the Requotes table and now because their is a primary key, when people open the Requote form it no longer allows them to add a new record. See attached screenshots which show before and after transferring to SQL and the only difference is that the ID field in the Requote tables now has a Primary Key and this is then preventing people adding new lines to the Requote table from a form i have built to enable people to do this.
Any ideas how to get round this issue?