Hi av got fields (Amount paid, balance & Total) now need codes that will display a negative value in (field Bal) when a person pays more
thank u
Hi av got fields (Amount paid, balance & Total) now need codes that will display a negative value in (field Bal) when a person pays more
thank u
what is the code that you are working on ?
show us your code so we can understand more :)
can't understand what you are trying to do. If you want a negative value then just do it normal way :)
Private Sub Command1_Click()
Balance.Text = amt_Tot.Text - amt_Pad.Text
End Sub
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.