N
Notorious Neo
Hi people,
Please i need your assistant in a problem that i'm facing.
I'm creating a web page that contains a chart which uses an access databse
as a data source. i inserted a date\ timer picker control into the page in
order to allow the user to specify the date of the data shown in the chart.
but i couldn't find a way to pass the value of the date\time picker control
into my chart SQL statment that retrieve the data from the database
Example how i do it in VBA:
"SELECT * FROM tblSales WHERE [tblSales].[DeliveryDate] = #" &
DTPicker1.value & "#"
Thanks in advance,
Please i need your assistant in a problem that i'm facing.
I'm creating a web page that contains a chart which uses an access databse
as a data source. i inserted a date\ timer picker control into the page in
order to allow the user to specify the date of the data shown in the chart.
but i couldn't find a way to pass the value of the date\time picker control
into my chart SQL statment that retrieve the data from the database
Example how i do it in VBA:
"SELECT * FROM tblSales WHERE [tblSales].[DeliveryDate] = #" &
DTPicker1.value & "#"
Thanks in advance,