Assigning values to a control. (1 Viewer)

blackbird

New member
Local time
Today, 23:35
Joined
Jan 17, 2002
Messages
7
I have a form with various labels and 85 textboxes. These textboxes are formatted to hold a 'Short Time' value. When any given textbox recieves focus, I would like the textbox value to equal the current value of 'Short Time'. Is there a better way to have this happen besides creating an 'On Enter' event proceedure for every single textbox?
 

doulostheou

Registered User.
Local time
Today, 17:35
Joined
Feb 8, 2002
Messages
314
I don't know this is too much help. I cannot think of any way around creating an on enter procedure for each field; however, you should be able to create a public function that would make the task slightly less tedious.
 

Users who are viewing this thread

Top Bottom