Hi all,
I want to select some rows from a sql express 2005 table.
I am using this expression:
"Starttime >= " & dtpStart.Value
dtpStart is a DateTimePicker
But I am getting this error:
Syntax error: Missing operand after '14' operator.
Can anybody help me with this?


?
Reply With Quote



