sanders720
Programmer
I have a report which I want to fill in date values based on a particular starting date. The line below represents the starting date.
Me.txtPS.ControlSource = "=[Forms]![Time Card]![txtSelectedDate]"
How Can I format this for the other dates? I've tried to use the code builder under the ControlSource property to come up with something that works, but I continually get "?Name" for the field value on my report.
Thanks in advance for the help!
Me.txtPS.ControlSource = "=[Forms]![Time Card]![txtSelectedDate]"
How Can I format this for the other dates? I've tried to use the code builder under the ControlSource property to come up with something that works, but I continually get "?Name" for the field value on my report.
Thanks in advance for the help!