Kim, you are talking about a query that draws from tables that are not
linked, so presumably you mean this kind of thing:
SELECT * FROM Employees IN '\\Server1\MyPath\Northwind2003.mdb';
If that works for some users and not others, you are trying to trace what is
different about the machines where it does not work.
The issue could have to do with permissions to use the data--either Access
permissions, Windows user permissions, or file-share permissions. It could
also have to do with the names used, e.g. you connnect to a database on
drive P:, but a user does not currently have a drive P: defined.
If none of those ideas work, it is possible that some users need to update
their JET 4 service pack. Track down msjet40.dll, typically in
windows\system32. Right-click and choose Properties. On the Version tab, you
should see the 8 in 4.0.8xxx.0. If not, down load and install SP8 for JET 4
on those machines, from:
http://support.microsoft.com/gp/sp
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Kim" <(E-Mail Removed)> wrote in message
news

3826FF8-50E9-475C-8F98-(E-Mail Removed)...
> When creating a query, using the simple query wizard the linking of all
> tables are done correctly. However, when designing an existing query the
> tables that I add are not automatically linked. The database is split (all
> forms, queries, reports are in one database and all the tables live in the
> other). As far as I can see the relationships look good. I've tried
> resaving
> the relationships (no changes made) and used the repair option. There are
> many users with their own "front end" copy, pointing to the shared
> "backend".
> Not all users are having this problem. I am at a loss as to how to correct
> the issue. Any help would be most appreciated. Thank you in advance.