Lifeseeker
Registered User.
- Local time
- Today, 05:16
- Joined
- Mar 18, 2011
- Messages
- 273
Hi guys,
I have a blank form, and it has two textboxes which are meant to show
1) from date
2) thru date
in the control source of my first textbox, I put in....
but I'm getting ERROR in that textbox. Basically I want to just find the smallest date in the column "Dates".
The query "TEST" basically returns a list of dates, and the min() will obviously return the smallest of it, but it is currently not.
Can someone help me?
Thanks
I have a blank form, and it has two textboxes which are meant to show
1) from date
2) thru date
in the control source of my first textbox, I put in....
Code:
=Min([TEST].[Dates])
but I'm getting ERROR in that textbox. Basically I want to just find the smallest date in the column "Dates".
The query "TEST" basically returns a list of dates, and the min() will obviously return the smallest of it, but it is currently not.
Can someone help me?
Thanks