D
Donnie
This is in regard to a form that adds assigns a barcode number and
creates a new file. I need to write some VBA code that will take a
look at the clientID text box and see if it begins with a 0 (zero).
If so, I need to place a coordinating zero at the beginning of another
text box field called barcode. FYI, the zero is being stripped off
because when I generage the barcode, I take the clientID then add
10000, and add the year of the file. In the process of doing this
math, a preceding zero will get stripped off.
If you know of the complete solution to this problem, or a part of it
please let me know. Thank you.
Donnie
creates a new file. I need to write some VBA code that will take a
look at the clientID text box and see if it begins with a 0 (zero).
If so, I need to place a coordinating zero at the beginning of another
text box field called barcode. FYI, the zero is being stripped off
because when I generage the barcode, I take the clientID then add
10000, and add the year of the file. In the process of doing this
math, a preceding zero will get stripped off.
If you know of the complete solution to this problem, or a part of it
please let me know. Thank you.
Donnie