I am trying to set up a text box in which if I have a certian item selected in a combo box that it will be able to adjust the amount of characters that can be entered into a text box such as
I have a tblLabels
In which it has
LabelPK
LabelSize
CharacterLength
On the form will have a combo box to select which label size i need to use
and on that selection the form will only allow the characterlength that is associated with that label.
I have a tblLabels
In which it has
LabelPK
LabelSize
CharacterLength
On the form will have a combo box to select which label size i need to use
and on that selection the form will only allow the characterlength that is associated with that label.