I have a form with a toggle button [tglFormLock]. When it is clicked, I want it to populate a field [cboLockedBy] with a field on another form [frmMainMenu]. I tried going to the After Update on the toggle and entered:
cboLockedBy = forms!frmMainMenu!txtUserID
That didn't work. I tried the On Click also. I'm guessing that my code is wrong.