D
Dan
I have a form that displays Min and Max values in separate fields for
whichever field has the focus. There are about two dozen fields total,
therefore two dozen Min and Max value fields stacked on top of one another.
Using the got and lost focus events I make the Min and Max fields visible or
not visible, which works but feels very clumsy.
Is it possible to have a single Min value and Max Value field and via code
change the data source in order to link the Min and Max values to whichever
field has the focus?
whichever field has the focus. There are about two dozen fields total,
therefore two dozen Min and Max value fields stacked on top of one another.
Using the got and lost focus events I make the Min and Max fields visible or
not visible, which works but feels very clumsy.
Is it possible to have a single Min value and Max Value field and via code
change the data source in order to link the Min and Max values to whichever
field has the focus?