Hello,
I've created a DB with seperated Frontend and Backend (FE/BE). The table "Users" (stored in BE) should be consulted when a user opens the FE and tries to log in. This isn't a problem, I've written a login form and connected the table to my FE.
However, the problem is that I want my users to be able to see and use the tables in the FE, except the "Users" table... And because this table is connected they can see and alter it. I can make it hidden, but that doesn't do the trick because with a simple menu option they can still see it...
Is there a way (using VBA-code) to read information from the table "Users" (BE) without adding or connecting it directly to my FE?
Any help will be greatly appreciated!
I've created a DB with seperated Frontend and Backend (FE/BE). The table "Users" (stored in BE) should be consulted when a user opens the FE and tries to log in. This isn't a problem, I've written a login form and connected the table to my FE.
However, the problem is that I want my users to be able to see and use the tables in the FE, except the "Users" table... And because this table is connected they can see and alter it. I can make it hidden, but that doesn't do the trick because with a simple menu option they can still see it...

Is there a way (using VBA-code) to read information from the table "Users" (BE) without adding or connecting it directly to my FE?
Any help will be greatly appreciated!