K
K
Hi all, I got two forms in database. 1st form name is "F_Login" and
2nd form name is "F_Main". How can I put "F_Login" ComboBox value
into "F_Main" Label. I tried below code but I am getting error.
Please can any friend help me on this.
On form "F_Main" Load event I put below code
Me.Label28.Caption = "Current User: " & Form![F_Login].Combo0.Value
2nd form name is "F_Main". How can I put "F_Login" ComboBox value
into "F_Main" Label. I tried below code but I am getting error.
Please can any friend help me on this.
On form "F_Main" Load event I put below code
Me.Label28.Caption = "Current User: " & Form![F_Login].Combo0.Value