M
marek
Hi,
I have a problem with the RowSource propery of a list
box. I have a query string which is based on 2 text boxes
on a form used to specify a date range - its way too long
to post here. It simply inserts the 2 dates entered on
the form in the Between part of my SLQ statement
The results seem very unpredicatable - it includes dates
outside the range entered. If I use the debug.print
command to print out the SQL string, then literally copy
that into a new query SQL window, same results. If I
manually changed the between statement and physically type
in the two dates manually, it works fine - so I guess this
behavoir has something to do with the dates.
Does anyone have any ideas??
Many thanks for taking time to look at this query.
marek
I have a problem with the RowSource propery of a list
box. I have a query string which is based on 2 text boxes
on a form used to specify a date range - its way too long
to post here. It simply inserts the 2 dates entered on
the form in the Between part of my SLQ statement
The results seem very unpredicatable - it includes dates
outside the range entered. If I use the debug.print
command to print out the SQL string, then literally copy
that into a new query SQL window, same results. If I
manually changed the between statement and physically type
in the two dates manually, it works fine - so I guess this
behavoir has something to do with the dates.
Does anyone have any ideas??
Many thanks for taking time to look at this query.
marek