Hello Again, (although I haven't figured out my other problem yet, I decided to tackle another obstacle!)
what I am trying to accomplish:
What I've got...
Hope this make sense so far.
What I want is the button once clicked, to update the Trainer field in frmRequiredGene ral with the trainers name after he inputs his password into the frmpasswordreq.
I have some idea how to go about this, but nothing I've done has worked at all.
Any help is much appreciated! (I am a 'tard with VB so please be gentle!!)
*_*BL
what I am trying to accomplish:
The Trainer will click a checkmark when a trainee finishes a specific class, this opens a prompt for the Trainer's password. When the password is entered, you push a button, the prompt closes and updates a field in the main form with the Trainer's name and another textbox with the current date.
What I've got...
I have a form named "frmRequiredGen eral" that lists the classes that a specific trainee needs to take in a continuous form. On this form are the Classname (txtClassName) a checkbox, (chkClassTaken) , two textboxes (txtTrainer and txtDateTaken) all bound to tblRequiredClas ses.
The checkbox, when true, opens frmPasswordReq, which is bound to a qry that displays all current employees and their passwords. I have an unbound textbox (txtTrainerpass word) and a command button (btnUpdate)
The checkbox, when true, opens frmPasswordReq, which is bound to a qry that displays all current employees and their passwords. I have an unbound textbox (txtTrainerpass word) and a command button (btnUpdate)
Hope this make sense so far.
What I want is the button once clicked, to update the Trainer field in frmRequiredGene ral with the trainers name after he inputs his password into the frmpasswordreq.
I have some idea how to go about this, but nothing I've done has worked at all.
Any help is much appreciated! (I am a 'tard with VB so please be gentle!!)
*_*BL
Comment