Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report - ControlSource Control

Status
Not open for further replies.

sanders720

Programmer
Aug 2, 2001
421
US
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!
 
Just what do you want to do with the other dates. Please give me more inforamtion on what you want to do. Names of controls, other form fields that you want to use, etc.


Bob Scriver
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top