Hi,
I have a table of Item Master which consist of the following fields:
1. Item Code c(10)
2. Barcode c(13)
3. Description c(72)
And, the first 9 characters of barcode start with '506006855' and rest four are unique no. What I want is if I type on text box like 50.. it should fill automatically by the aforementioned code and on pressing enter cursor should jump to tenth position so that I can type the remaining four digit in order to search the Item by barcode.
Thanks
Saif
I have a table of Item Master which consist of the following fields:
1. Item Code c(10)
2. Barcode c(13)
3. Description c(72)
And, the first 9 characters of barcode start with '506006855' and rest four are unique no. What I want is if I type on text box like 50.. it should fill automatically by the aforementioned code and on pressing enter cursor should jump to tenth position so that I can type the remaining four digit in order to search the Item by barcode.
Thanks
Saif