Cheryl has attended:
Access Introduction course
Access Intermediate course
Access Advanced course
Access VBA course
Multiple Users
Can multiple users make changes to a table that is resides on a SQL server 2000 db and is linked to an access db?
RE: Multiple Users
The answer depends on the security permissions set on the SQL database. When your environment consists of linked tables, the database that has the actual table controls the permissions.
Generally speaking, you are able to make data changes to the table, provided you have the appropriate permissions. Structural changes need to be made in the actual table itself, in your case, in the SQL database tables.