Hi everyone,
I want to be able to find the size of a field that is linked to a textbox. For example, if the control, let's say a textbox, is named txt1 how can I find out the sizee of the field it is linked to.
I can find the field using - Me.txt1.ControlSource but then what?
Basically the user will be doing some copying and pasting and I want to do some validation before the text is pasted into the control.
Thanks in advance
Grant
I want to be able to find the size of a field that is linked to a textbox. For example, if the control, let's say a textbox, is named txt1 how can I find out the sizee of the field it is linked to.
I can find the field using - Me.txt1.ControlSource but then what?
Basically the user will be doing some copying and pasting and I want to do some validation before the text is pasted into the control.
Thanks in advance
Grant