the company update() sets the database up and zeros out the other actives (for this user). The 'make-active' is defined as a css_class. Is there more than one type of class? There is one button for each campaign. I did a screen shot. See the Set My Campaign button? That is your button. See the six Make Active buttons? Those are my buttons. So when a user clicks one of them, company_update() gets the $row and then I can get the campaign name (ie chrysler) by using the $row number. I just am not able to update the red Active Campaign label from my company_update() function.