Forum Discussion

siddharth10975's avatar
siddharth10975
Copper Contributor
Mar 14, 2024
Solved

Unable to insert records in Linked table from MS Access to SQL Server

Hi, I have created an MS Access project in 2007-2016 format. The OS is Windows 11. For POC purpose it is a simple form with ID as Autonumber and Name1 with short text fields. Now I am trying to link...
  • George_Hepworth's avatar
    Mar 14, 2024

    siddharth10975 

     

    Actually, there are two things to consider:

     

    1. When you linked the Access accdb to the SQL Server tables, were you asked to identify the Primary Keys for those tables? Did you select the appropriate field in the SQL Server tables?
    2. Also, you still have both the Access table AND the SQL Server table? Why is that? Is your form still bound to the Access table, not to the SQL Server table? If not, how do you expect the data to be added to the SQL Server table?

     

Resources