Need to query range of dates using 2 date pickers

A

aerobar2

I would like to have the user use 2 date pickers to query a range of dates
from the same table. How can I do this?
 
S

S.Y.M. Wong-A-Ton

You'll have to retrieve the DataObject for the table through code and append
a WHERE-clause that includes the two dates to its Command property.
 
Top