darrankavanagh
Programmer
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 is that message_id 5 only gets updated.... and nothing happens to 6 and 7
anyone know why
Thanks
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 is that message_id 5 only gets updated.... and nothing happens to 6 and 7
anyone know why
Thanks