As part of my system, I wanted it so it would add values given in two text boxes together, i only know how to do this in the command button :)
Here is my code;
Here is my code;
Code:
LBLxvat.Caption = (txtNoOfAdults.Text) + Val(txtNoOfChild.Text)
Comment