T
tim johnson
I am unable to get the correct format for this SQL
statement so I can use it as a string in a procedure.
This is what I have but it does not work
Thanks for any help
strSQL = "SELECT ApptDate FROM tblAppointment " & _
"WHERE AppDate = & "#" & ApptDate & "#"
Note: ApptDate datattype = Date/Time
statement so I can use it as a string in a procedure.
This is what I have but it does not work
Thanks for any help
strSQL = "SELECT ApptDate FROM tblAppointment " & _
"WHERE AppDate = & "#" & ApptDate & "#"
Note: ApptDate datattype = Date/Time