Hi All
I have a textBoxName, startDate and endDate
What string should I put in the rowfilter so after it would give me the name rows for all days like between these days in my dataview.
this is how it is in the select comment
select textBoxName from table where [date] between startDate and endDate
Thanks for your help
I have a textBoxName, startDate and endDate
What string should I put in the rowfilter so after it would give me the name rows for all days like between these days in my dataview.
this is how it is in the select comment
select textBoxName from table where [date] between startDate and endDate
Thanks for your help