What am I doing wrong? The text is not updating. I checked it and it returns the text I want it to it just isn't changing the text of the button.
btngameplay.Initialize("")
btngameplay.Text = "Team " & SQL1.ExecQuerySingleResult("SELECT distinct teamname FROM tblTeamNames tn join tblgamesettings gs on tn.gameid = gs.id where tn.id = 1") & " start"
btngameplay.Initialize("")
btngameplay.Text = "Team " & SQL1.ExecQuerySingleResult("SELECT distinct teamname FROM tblTeamNames tn join tblgamesettings gs on tn.gameid = gs.id where tn.id = 1") & " start"