I am trying to change the text on a label on a form I just opened.
DoCmd.OpenForm ("FrmPBCliCheck")
Forms!frmpbclicheck!LblTransferData.Value = "CPS=Y on line " & CLI & " Gamma Transfer Update= " & Y & " " & Z
access complains at this. Help would be appreciated on how to reference the lbl properly.
kind regards
DoCmd.OpenForm ("FrmPBCliCheck")
Forms!frmpbclicheck!LblTransferData.Value = "CPS=Y on line " & CLI & " Gamma Transfer Update= " & Y & " " & Z
access complains at this. Help would be appreciated on how to reference the lbl properly.
kind regards