paulmcdonnell
Ready to Help
- Local time
- Today, 20:35
- Joined
- Apr 11, 2001
- Messages
- 167
I have a query which takes all fields from a table and uses the [DATE] field to match the criteria of the DATE(), hence returning all those relevant records with [DATE]=DATE()
Now if I select all records by using SELECT business.* in the QEB and select the [Date] field and set the criteria to =Date() then the returned record set doesn't include the [Date] field and my form control displays
"?Name".
Why does this happen and how can i get the query to return the field with the criteria parameter in it...?
ANY IDEAS
Cheers
Paul
Now if I select all records by using SELECT business.* in the QEB and select the [Date] field and set the criteria to =Date() then the returned record set doesn't include the [Date] field and my form control displays
"?Name".
Why does this happen and how can i get the query to return the field with the criteria parameter in it...?
ANY IDEAS
Cheers
Paul