Forum Discussion
Francisco_Cuartas
Oct 25, 2021Copper Contributor
2 of the 3 works
Hello all, I have these 3 lines of code, and the first 2 works, but I cannot make the 3 third ones work. I need the user name on the login form to be pasted on the frmlogbookEntry. Can anyone give a ...
George_Hepworth
Oct 25, 2021Silver Contributor
Where are these lines of code running? How are they triggered?
Is the form called "frmLogin" actually open when this line runs? (It must be open to work.)
Does it have a valid value in it when the line of code runs?
Is Forms![frmLogin].[UserName] a bound control?