back end mdb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i split the data base into a back end mdb for the tables and an mde for the front end
i developed a logon screen for the mde file, got rid of toolbars, suppressed function keys so that no one could get thru
i want to have a logon screen for the mdb but i do not know how i can access the tables, as a system admin, once i am passed the logon screen. the reason a system admin would be there is to modify the table structure

how could i best do this
i read the ms access security faq document and did not find anything pertaining to this
 
A hidden button will allow you to bypass the logon to a screen that has a
different menu

jn said:
i split the data base into a back end mdb for the tables and an mde for the front end.
i developed a logon screen for the mde file, got rid of toolbars,
suppressed function keys so that no one could get thru.
i want to have a logon screen for the mdb but i do not know how i can
access the tables, as a system admin, once i am passed the logon screen. the
reason a system admin would be there is to modify the table structure.
how could i best do this?
i read the ms access security faq document and did not find anything
pertaining to this
 
i have a screen on the back end mdb for entering the password. once a system admin signs on, want that individual t
see the screen that has as tabs tables, queries, forms, reports, macros, modules and whether it is open, design or new
only the tables and the logon screen would be in the back end mdb. only the sys admin would make the changes to the tables or forms
i do not see how a hidden button does this

thanks
 
Back
Top