
Originally Posted by
erlan501
In example :
I had a table "Link Activation" (ID, Activation date, Port, Terminal Name). The "Port" field related to a table "Terminal Port List"(ID, Port, Status==> Combo box with value="available" and "unavailable").
And I made a form from this "Link Activation" table and add a command button "activate the link" in the form.
What I want is when I hit the command button "activate the link" , the "status" field from Terminal Port List is change, from "available" to become "unavailable".