Missing Information

K

kfutbol

When users sign on, you can view the information in the forms while scrolling
through the entries, but when you sign on as an admin, the tables linked to
the forms to include the forms themselves are not there. Where did they go?
If you can see the information as a user, it has to be somewhere? Please
help, company database!!
 
J

Joan Wild

kfutbol said:
When users sign on, you can view the information in the forms while
scrolling
through the entries, but when you sign on as an admin, the tables linked
to
the forms to include the forms themselves are not there. Where did they
go?
If you can see the information as a user, it has to be somewhere? Please
help, company database!!


That's a bit confusing, but perhaps the recordsource for the form is based
on a query that has criteria using =CurrentUser() and your administrative
user doesn't 'own' any records so there is nothing to show.

What is the recordsource for the form?
 
Top