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
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