Personal I have the following select
set temp = Conn.Execute("SELECT * FROM tbl_estacionamento ORDER by id asc")
I have a table named date where I record the day of the information record, I would like to know how I can only display results recorded on Sundays.
Thanks: D