G
Guest
I want to use Access 2003 as front end and SQL server as back end. I have
linked tables to SQL but I can`t modify the tables.
linked tables to SQL but I can`t modify the tables.
cesbernal said:I want to use Access 2003 as front end and SQL server as back end. I
have linked tables to SQL but I can`t modify the tables.
cesbernal said:I want to use Access 2003 as front end and SQL server as back end. I have
linked tables to SQL but I can`t modify the tables.
cesbernal said:I am using Access 2003 with Access 2000 format with SQL Server 2000 (no SP
installed)
It is mdb, ODBC, ADO.
When I use a Query, I can visualize all records but I cannot modify it, even
though,in ACCESS database I could do it directly. For example When I execute
this command in a form (button)
currentproject.connection.execute("update field set field=55 from table")
it tells me "This must be an updatetable"