PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → Select compositeid record and change column
Select compositeid record and change column
Iniciado por James, 16,jul. 2011 12:31 - No hay respuesta
Miembro registrado
11 mensajes
Publicado el 16,julio 2011 - 12:31
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.