H
hotrod1952 via AccessMonster.com
I have a form with a combobox (value list) example:
heat;1;cool;2;soak;3;fuel;4....... When a selection is made in the combo of
the form the focus is set to the textbox. I would like to format the textbox
as "hh:mm" or a fixed four digit number in appearance on the form depending
on the choice on the combo. What event should I use what code to format the
textbox? Both the combo and the textbox are unbound. I plan to add a button
to take the value and enter it as text into a table.
heat;1;cool;2;soak;3;fuel;4....... When a selection is made in the combo of
the form the focus is set to the textbox. I would like to format the textbox
as "hh:mm" or a fixed four digit number in appearance on the form depending
on the choice on the combo. What event should I use what code to format the
textbox? Both the combo and the textbox are unbound. I plan to add a button
to take the value and enter it as text into a table.