Password system

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

Guest

hi
I would like to create a password system involving two forms one form will
be used with many different functioning buttons to open another form. One
form is called frmOpen the other frmBooking. Once a member has entered their
details into the two main fields MemberId and Password in frm Open, a button
is clicked which then uses a recordset to check password. This all works fine
but to make my database better i then need vba to copy the memberID entered
in frmOpen and use it in the MemberId field in frmBooking. I will also need
to use a similar process later on for another function.
Many thanks in advance
 
If you use the built-in User-level security, instead of trying to reinvent
the wheel, then you will have built in functions available to pull the
current user id into a field. Why not se the tools already there and let a
user login in ONCE and have Access control what he/she can do?

Rick B
 
Back
Top