I was wonder how i would go about limiting a length of a string that is going to be entered into a text box. An example my explain this better:
the data is coming from a barcode that reads: ABCDEF 1a2b3c
as you can see there are two sections one letter sections and one alphanumeric section. the first is only 6 characters long and then a space and then a set of 6 alphanumeric charaters. If this is being entered into a text box/combo box is there a way to only use the first 6 characters, ABCDEF, from the string??
Thanks for the advice
developing in ms access 2000
the data is coming from a barcode that reads: ABCDEF 1a2b3c
as you can see there are two sections one letter sections and one alphanumeric section. the first is only 6 characters long and then a space and then a set of 6 alphanumeric charaters. If this is being entered into a text box/combo box is there a way to only use the first 6 characters, ABCDEF, from the string??
Thanks for the advice
developing in ms access 2000
Comment