Hi there,
Take a look at
this page that deals with this specific error type.
I am not 100% sure, but it may be caused by the fact that you use Yes as a WHERE clause value. If I am nit mistaken, changing it to True might solve the problem.
Otherwise, if Post is a Text type column, use ' to delimit the value:
Code:
mySQL = "SELECT * FROM SignIn WHERE Post = 'yes' ORDER BY ID DESC"
HtH
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.