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.Y.M. Wong-A-Ton - 30 Mar 2006 08:04 GMT
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.
---
S.Y.M. Wong-A-Ton
> 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.Y.M. Wong-A-Ton - 09 Apr 2006 12:10 GMT
You can also query a range of dates using only rules and filters (no custom
code). I've posted a possible solution here:
http://enterprise-solutions.swits.net/infopath/filter-repeating-table-date-range
-rules.htm
---
S.Y.M. Wong-A-Ton
> 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?