I am getting an error with this statement and can not seem to figure out what is wrong.
decMortgagePayment.ToString("C") & " Monthly Payment" = Me.lblMortgagePayment.Text
I am doing a calculation and want to put the results of the calculation in lblMortgagePayment. I get the error for this line, end of statement expected.
Help please,
Ken