Having trouble with my VB Project again but google has failed me.
Is there any way to distinguish between Letters and Numbers entered into a textbox without limiting it to one or the other?
Basically, i have a text box where users can enter a code to find an item and I want it to look up two different sources depending on what is entered
e.g. if a text code is entered, the code checks the database for a line which uses this ItemCode.
If a barcode is scanned in (all numbers) then it should look under the Barcode field instead
Any help greatly appreciated
Cheers,
Mitchel
Is there any way to distinguish between Letters and Numbers entered into a textbox without limiting it to one or the other?
Basically, i have a text box where users can enter a code to find an item and I want it to look up two different sources depending on what is entered
e.g. if a text code is entered, the code checks the database for a line which uses this ItemCode.
If a barcode is scanned in (all numbers) then it should look under the Barcode field instead
Any help greatly appreciated
Cheers,
Mitchel