M
Matt
Hi,
I am trying to display records from a db and want to
select using a where like command. Here is what I have so
far...
strSQL="SELECT * FROM Reports WHERE Month LIKE " &
Request.QueryString("Month") & ""
The month var. is a number in the db. Can someone help me
with the correct syntax for this statement? I would like
to be able to search by month 1 to 12 or enter % to select
all months.
Thanks,
Matt
I am trying to display records from a db and want to
select using a where like command. Here is what I have so
far...
strSQL="SELECT * FROM Reports WHERE Month LIKE " &
Request.QueryString("Month") & ""
The month var. is a number in the db. Can someone help me
with the correct syntax for this statement? I would like
to be able to search by month 1 to 12 or enter % to select
all months.
Thanks,
Matt