im trying to show in the CashBox table a value of the same thing i have in my label but it stills shows me 0
column name InvProfit
column name InvProfit
Code:
strSQL = strSQL & "0,"
strSQL = "Update CashBox set InvProfit = InvProfit " & LblTotal.Caption & ","