saleemMSMS
Registered User.
- Local time
- Today, 12:13
- Joined
- Aug 12, 2009
- Messages
- 92
hi
i have 10-20 text boxes in a form
all these text boxes should do the following if double clicked
Me.AllowEdits = True
but its a long process to write this code to each and every text boxes double click event. insted of doing that, isn't there any other way to write it only once and pass the text box name ?? (or something like that ?)
please reply.
thanx
i have 10-20 text boxes in a form
all these text boxes should do the following if double clicked
Me.AllowEdits = True
but its a long process to write this code to each and every text boxes double click event. insted of doing that, isn't there any other way to write it only once and pass the text box name ?? (or something like that ?)
please reply.
thanx