Thanks Bob,
You're right, "text" and "type" caused the error.
and about myTable, lol! it is because I just had one table and it looks like
better than Table1, but anyhow, now I've 4 tables and renamed myTable to
tblPosts! for your sake
wait for next questions in next days!
"Bob Lehmann" <> wrote in message
news:...
> You have at least one reserved word in your query - date. "text" and
> "type"
> are suspect also.
> http://www.aspfaq.com/show.asp?id=2080
>
> Change the column names, or enclose them in [] - [date].
>
> myTable is an odd table name. Do you have some tables that are somebody
> else's?
>
> Bob Lehmann