Richard1980
Registered User.
- Local time
- Today, 19:54
- Joined
- Aug 13, 2012
- Messages
- 72
Hello guys,
I have a form with 7 types of weights (7 textbox rows) showing 7 weights in kgs and the others in lbs.
When the user update any weight-kgs textbox, the opposite weight-lbs textbox will be updated automatically, and viceversa.
Now, I'd like a fast way to code this action without writing the AfterUpdate_event for every textbox (they're 14).
I have already setup textbox tags differently with "WeightKGS" and "WeightLBS", thinking about using "for each ... next" statement, but I have some problems to resolve what I want.
Any suggestion about this task?
Thanks a lot.
Bye.
I have a form with 7 types of weights (7 textbox rows) showing 7 weights in kgs and the others in lbs.
When the user update any weight-kgs textbox, the opposite weight-lbs textbox will be updated automatically, and viceversa.
Now, I'd like a fast way to code this action without writing the AfterUpdate_event for every textbox (they're 14).
I have already setup textbox tags differently with "WeightKGS" and "WeightLBS", thinking about using "for each ... next" statement, but I have some problems to resolve what I want.
Any suggestion about this task?
Thanks a lot.
Bye.