R
Rich K
I have an ADP with SQL Server 2000 that I am trying to employ the Server
Filter by Form. In general, the Server Filter by Form works and I can filter
records to my hearts desire. I have even allowed my users to save their
custom filters so they can grab a filter and apply it without having to
remember exactly which conditions they use. The users use the form to create
the filters. Pretty nifty so far.
The issue is with date fields. For instance, I have an admit date and a
discharge date that I would like to be able to query with between. For
example: AdmitDate Between '7/1/08' and '7/31/08' or it's equivelant
AdmitDate <='7/31/08' and AdmitDate >='7/1/08'
When I apply either of these filters, the filter is applied, but when I
retrieve the saved filter and try to reapply it to the form it does not
accept the filter as valid, and either has an empty filter or a partial
filter (AdmitDate <='7/31/08' for instance).
Any idea how I can allow for the between or the and in the server filter by
form?
Filter by Form. In general, the Server Filter by Form works and I can filter
records to my hearts desire. I have even allowed my users to save their
custom filters so they can grab a filter and apply it without having to
remember exactly which conditions they use. The users use the form to create
the filters. Pretty nifty so far.
The issue is with date fields. For instance, I have an admit date and a
discharge date that I would like to be able to query with between. For
example: AdmitDate Between '7/1/08' and '7/31/08' or it's equivelant
AdmitDate <='7/31/08' and AdmitDate >='7/1/08'
When I apply either of these filters, the filter is applied, but when I
retrieve the saved filter and try to reapply it to the form it does not
accept the filter as valid, and either has an empty filter or a partial
filter (AdmitDate <='7/31/08' for instance).
Any idea how I can allow for the between or the and in the server filter by
form?