W
who can help me
I created a form with a test boxt and command buttom. I need a situation when
I click on the command buttom, specified amount which i have put inside my
coode should appear in the text box. when i wrote this code and run computer
was giiven me this error:
You can reference a property or method for a control unless you the control
has a focus
My code
Private Sub optWith_Meal_Click()
txtAmount.Text = 5000
End Sub
what can I do
I click on the command buttom, specified amount which i have put inside my
coode should appear in the text box. when i wrote this code and run computer
was giiven me this error:
You can reference a property or method for a control unless you the control
has a focus
My code
Private Sub optWith_Meal_Click()
txtAmount.Text = 5000
End Sub
what can I do