David Ball
Registered User.
- Local time
- Today, 16:58
- Joined
- Aug 9, 2010
- Messages
- 230
Hi,
I have a report and want to set the value of a text box to a value from a query (Field "Week1Start" from Query "qryWeekDates") that is not part of the record source of the Report.
I have tried setting a On Load event:
Private Sub Report_Load()
[Text70].Value = qryWeekDates!Week1Start
End Sub
How can I change the code to get it working?
Thanks very much
Dave
I have a report and want to set the value of a text box to a value from a query (Field "Week1Start" from Query "qryWeekDates") that is not part of the record source of the Report.
I have tried setting a On Load event:
Private Sub Report_Load()
[Text70].Value = qryWeekDates!Week1Start
End Sub
How can I change the code to get it working?
Thanks very much
Dave