Hi,
I am trying to use "Set" to assign a form control but a part of the control name is a counter.
I would like to use the second line of code where "cnt" is the counter in order to get the first line.
Thanks for any help
Set Planned_Datet = Forms!frm_Review_Plan1!Planned_Date1
Set Planned_Datet = Forms!frm_Review_Plan1!Planned_Date & cnt
I am trying to use "Set" to assign a form control but a part of the control name is a counter.
I would like to use the second line of code where "cnt" is the counter in order to get the first line.
Thanks for any help
Set Planned_Datet = Forms!frm_Review_Plan1!Planned_Date1
Set Planned_Datet = Forms!frm_Review_Plan1!Planned_Date & cnt