S
steffen.trommer
Dear VB experts,
how can i set a rowfilter to a Dataview that filters the data from a
startdate to a enddate?
I tried this, but whithout success:
Me.CurDataViewStatistik.RowFilter = "DATEFIELD >= #" &
Format(Me.dtpVon.Value, "yyyy\/MM\/dd") & "# AND DATEFIELD <= #" &
Format(Me.dtpBis.Value, "yyyy\/MM\/dd") & "#"
The execution shows no errors, but the rowcount is 0.
Database is Access 2003 with .NET 2.0.
Thank you
Steffen
how can i set a rowfilter to a Dataview that filters the data from a
startdate to a enddate?
I tried this, but whithout success:
Me.CurDataViewStatistik.RowFilter = "DATEFIELD >= #" &
Format(Me.dtpVon.Value, "yyyy\/MM\/dd") & "# AND DATEFIELD <= #" &
Format(Me.dtpBis.Value, "yyyy\/MM\/dd") & "#"
The execution shows no errors, but the rowcount is 0.
Database is Access 2003 with .NET 2.0.
Thank you
Steffen