473,386 Members | 1,621 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Error 3111 Table or Query TMP%#MAU@

rsmccli
52
I am getting this error using Refreshlink from code. No problem for admins, only some normal users. It says Error 3111: you have no permissions for Table or Query TMP%#MAU@. This object does not appear to exist.

Could this be a deleted table or something? I don't get it, this was working fine this morning.

Expand|Select|Wrap|Line Numbers
  1. For Each tdf In db.TableDefs
  2.     If tdf.Name = "tblMasterList" Then
  3.     ElseIf VBA.Len(tdf.Connect) > 0 Then
  4.       tdf.Connect = ";DATABASE=" &  strNewPath
  5.       tdf.RefreshLink
  6.     End If
  7. Next

Thank you.
Mar 13 '08 #1
2 5096
MMcCarthy
14,534 Expert Mod 8TB
Run a loop to print out the table names in the immediate window and see if this name appears on the list and if it is extra or if an expected table name is missing.

Expand|Select|Wrap|Line Numbers
  1. For Each tdf in db.TableDefs
  2.     Debug.Print tdf.Name
  3. Next
  4.  
Mar 14 '08 #2
rsmccli
52
I just wanted to update this for others searching with the same problem.

This problem only affected some of my security usergroups, and actual table and query permissions seemed to have no bearing on this error happening (my Read Only usergroup worked fine, but some groups with all but admin privileges were affected). Since this temporary table is not accessible from the security/permissions GUI, I was unable to fix the problem there.

I did list all tabledefs and querydefs; the table was not shown.

In the end I had to create a new blank .mdb file, import all objects, and re-do security permissions. Now all usergroups are able to refresh table links with no problem.

Hope this helps someone in the future.
Apr 30 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Philliph Mau | last post by:
Is there any (mybe free) tool, to visualize an mySQL Database with references betwen the tables, that I can print out? E.g.: I have seen, there is a table overview sheet with os-commerce in pdf...
1
by: Mau Pastor | last post by:
I am creating a view on a table that has the date information split in two columns: a DATE column and a char column. The char column holds the HH24:MI information. Please don't ask me why this is...
0
by: Rob | last post by:
I need to allow a user with the default "Full Data User" permissions on the front-end database to relink to a table in a backend to which he has the same permissions. (I'd like to do read, update,...
4
by: Mau Kae Horng | last post by:
Hello, I have a C# Windows Forms application for machine. Due to some unknown reasons, the application face problems with unexpected exceptions happening, resulting in two red lines forming a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.