D
Daniel M
I have a database where i submit form data based on a serial number selected
from a dropdown menu. I would like to be able to do this by scanning in the
serial numbers into a list box. Can anyone give me some pointers on how to
accomplish this?
- Scan in serial numbers into list box. Serial number format is 02-123456.
Scanned data will be "02-12345602-65432102-321654"
- break up the data into induvidual serial numbers.
- Submit the data one serial number at a time.
Thanks.
from a dropdown menu. I would like to be able to do this by scanning in the
serial numbers into a list box. Can anyone give me some pointers on how to
accomplish this?
- Scan in serial numbers into list box. Serial number format is 02-123456.
Scanned data will be "02-12345602-65432102-321654"
- break up the data into induvidual serial numbers.
- Submit the data one serial number at a time.
Thanks.