andy_dyer
Registered User.
- Local time
- Today, 19:04
- Joined
- Jul 2, 2003
- Messages
- 806
Hi,
I am trying to get the contents of a text box (which is not bound to any field in any table) to appear in a query?
The nuts and bolts are;
I have a form which has a start date box and an end date box the entries in these boxes provide the links for all of my reports and my existing queries ceheck these boxes for their start and end dates.
I would like within these queries to also pull through the actual dates in the boxes as well.
The code I am using in my query at present is;
=[Forms]![frmReportDates]![txtStartDate]
Which isn't working, so any suggestions would be fantastic!!
Thanks
Andy
I am trying to get the contents of a text box (which is not bound to any field in any table) to appear in a query?
The nuts and bolts are;
I have a form which has a start date box and an end date box the entries in these boxes provide the links for all of my reports and my existing queries ceheck these boxes for their start and end dates.
I would like within these queries to also pull through the actual dates in the boxes as well.
The code I am using in my query at present is;
=[Forms]![frmReportDates]![txtStartDate]
Which isn't working, so any suggestions would be fantastic!!
Thanks
Andy