C
c8tz
Hi,
I have a form such that when the user enters the date in the date
field it should show the top 3 dates equal to and less than the date
specified.
I am able to do this in a query but when I use that query as an SQL
string in my coding - it doesn't work -
....code..
sqlstring: select top3 date from frondmarkingtable where date <= "
&txtdate&" ;
this works fine as a query but in the code - nothing happens and no
dates are returned.
Please help.
I have a form such that when the user enters the date in the date
field it should show the top 3 dates equal to and less than the date
specified.
I am able to do this in a query but when I use that query as an SQL
string in my coding - it doesn't work -
....code..
sqlstring: select top3 date from frondmarkingtable where date <= "
&txtdate&" ;
this works fine as a query but in the code - nothing happens and no
dates are returned.
Please help.