hi,
i am trying to pull all records from a table using the statement
Select * from messages where message_id in (5,6,7)
(is this correct syntax)
"message_id" is an AutoNumber field
i then update the "message_activated" fields to yes in my database that i get from the above sql.
The problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.