moose
c'mon Chelsea
- Local time
- Today, 15:37
- Joined
- May 18, 2001
- Messages
- 139
i have the following code behind a comand button
Private Sub Command154_Click()
Image153.Visible = True
Text155.Visible = True
Text155.Text = "Canceled"
End Sub
text155.text = "Canceled" doesn't seem to work.
what i want it to do is when clicked, add text into a text box.
can anyone tell me where i am going wrong please?
Private Sub Command154_Click()
Image153.Visible = True
Text155.Visible = True
Text155.Text = "Canceled"
End Sub
text155.text = "Canceled" doesn't seem to work.
what i want it to do is when clicked, add text into a text box.
can anyone tell me where i am going wrong please?