Hi,
I want to use an MSSQL 2005 server as the backend of my access database. I created a table with two fields:
Field1 -> ID field, it will be updated by a trigger on the server (This is a Primary key)
Field2 -> the actual data, entered by the user
So the user enters field2 on a form, and when...