Please excuse my ignorance but I dont know how to use a front end form on access adp to create a new record on the sqlserver.
I have made a connection via odbc and can see the tables on access and view them. However when I create a new record on the form and use DoCmd to save the record it appears to update the table showing in access (as dbo.tbl) but when I go back to the server the new record does no show. I did not receive any access or sqlserver errors and recieved the MsgBox message saying new record created.
Not having worked with sqlserver before, is there something I am missing. I was assuming that because my access front end could see the tables, it would be able to create, update and delete using the DoCmd available in access.
Could someone please advise.
I have made a connection via odbc and can see the tables on access and view them. However when I create a new record on the form and use DoCmd to save the record it appears to update the table showing in access (as dbo.tbl) but when I go back to the server the new record does no show. I did not receive any access or sqlserver errors and recieved the MsgBox message saying new record created.
Not having worked with sqlserver before, is there something I am missing. I was assuming that because my access front end could see the tables, it would be able to create, update and delete using the DoCmd available in access.
Could someone please advise.