P
philman
I've enabled user-level security on a split db using the steps as described
in the "Security FAQ". When a user logs on they are receiving the following
error message: #3111 "Could not create; no modify design permission for
table or query 'TMP%#MAU@'."
I'm attempting to refresh the table links in a procedure in the front end's
opening form. A snippet follows:
For Each tdf In dbs.TableDefs
If tdf.Connect <> "" Then
tdf.Connect = ";DATABASE=" & strConnect
tdf.RefreshLink
End If
Next
I've granted my groups "Read Design" as well as "Read Data" authority on all
tables on the backend , full access to all tables on the front end, and
"Open/Run" authority to both db objects themselves, all to no avail....same
error. When I as an admin open it up, all works fine. Where have I gone
wrong? Any thoughts? I even tried granting a user full access to the
backend (as a test)...same results. Help!!!
in the "Security FAQ". When a user logs on they are receiving the following
error message: #3111 "Could not create; no modify design permission for
table or query 'TMP%#MAU@'."
I'm attempting to refresh the table links in a procedure in the front end's
opening form. A snippet follows:
For Each tdf In dbs.TableDefs
If tdf.Connect <> "" Then
tdf.Connect = ";DATABASE=" & strConnect
tdf.RefreshLink
End If
Next
I've granted my groups "Read Design" as well as "Read Data" authority on all
tables on the backend , full access to all tables on the front end, and
"Open/Run" authority to both db objects themselves, all to no avail....same
error. When I as an admin open it up, all works fine. Where have I gone
wrong? Any thoughts? I even tried granting a user full access to the
backend (as a test)...same results. Help!!!