goofaholix
MIS
I'm not an MS Access developer but I need to troubleshoot some connection issues with a database.
This is an MS Access database with data in linked tables that are in an SQL Server back end.
Currently users can read data into the forms but can't edit data in the form, if they overtype a value nothing changes, even though they have dbo access to the database on sql server.
MS Access connects to the database through odbc connections that are created with a form reading server, uid, and password info from a table in the ms access database.
The linked table is created by a form with VBA code that does all this (I can post the vba code if necessary).
I haven't come across this approach before but i've tried tinkering with the data in the odbc table trying various users and server names or ip addresses etc.
I can't see any evidence the db or forms etc are locked or read only.
Any ideas why users can't edit data?
Thanks.
Bruce
This is an MS Access database with data in linked tables that are in an SQL Server back end.
Currently users can read data into the forms but can't edit data in the form, if they overtype a value nothing changes, even though they have dbo access to the database on sql server.
MS Access connects to the database through odbc connections that are created with a form reading server, uid, and password info from a table in the ms access database.
The linked table is created by a form with VBA code that does all this (I can post the vba code if necessary).
I haven't come across this approach before but i've tried tinkering with the data in the odbc table trying various users and server names or ip addresses etc.
I can't see any evidence the db or forms etc are locked or read only.
Any ideas why users can't edit data?
Thanks.
Bruce