C
Cynthia
I am trying to add a filter to my form via the user. Rick Brandt helped me
yesterday and I added the # and thought it was working. Further testing
shows it is not working.
gstrfiltertext = ([qryCircuit].[RouteRelDate]> #8/15/2006#)
then I add the statement me.filter = gstrfiltertext. It is filtering out
some dates, but not what it should?
RouteRelDate is a field in my sql table that is a date field and is linked
to access.
I am stuck and could really use some help on this.
Thank you
Cynthia
yesterday and I added the # and thought it was working. Further testing
shows it is not working.
gstrfiltertext = ([qryCircuit].[RouteRelDate]> #8/15/2006#)
then I add the statement me.filter = gstrfiltertext. It is filtering out
some dates, but not what it should?
RouteRelDate is a field in my sql table that is a date field and is linked
to access.
I am stuck and could really use some help on this.
Thank you
Cynthia