PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → Select compositeid record and change column
Select compositeid record and change column
Started by James, Jul., 16 2011 12:31 PM - No answer
Registered member
11 messages
Posted on July, 16 2011 - 12:31 PM
I have a many to many table that uses a composite key composed of the id for projectid and contactid. I want to change a column part of the same table, statusid.

I want to be able select the record in a table and select a button to change the statusid value. I cannot work out how to select the comositeid record and do the update.

Everything I try produces an error reporting no record selected for project_contact....

Thanks in advanced.