Am having trouble using a variable with update function. Currently i have:
objCommand.CommandText = "UPDATE Table1 " &
"SET Games= " & P & " " & _
"Where Team= 'Chelsea' "
But would like to have the variable Team A where chelsea is currently.