Textbox displaying the Min()

mercredi 25 février 2015

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....

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

Textbox displaying the Min()

0 commentaires:

Enregistrer un commentaire

Labels