J
Jason
Hello, I would like to fill more than one lable with info in an IF then
statement.
I know I can do this.
If radPizza.checked = true then
lblsubtotal.text = FormatCurrency(mdecPizzatotal)
end if
what if I have both lblsubtotal and lblfinaltotal.....how would also
populate lblfinaltotal.text with the mdecPizzatotal within that if than
statement?
I tried this, but got errors...
If radPizza.checked = true then
lblsubtotal.text = FormatCurrency(mdecPizzatotal) And lblFinaltotal.text =
FormatCurrency(mdecPizzatotal)
end if
thank for any help.
statement.
I know I can do this.
If radPizza.checked = true then
lblsubtotal.text = FormatCurrency(mdecPizzatotal)
end if
what if I have both lblsubtotal and lblfinaltotal.....how would also
populate lblfinaltotal.text with the mdecPizzatotal within that if than
statement?
I tried this, but got errors...
If radPizza.checked = true then
lblsubtotal.text = FormatCurrency(mdecPizzatotal) And lblFinaltotal.text =
FormatCurrency(mdecPizzatotal)
end if
thank for any help.