DennisJones
Registered User.
- Local time
- Today, 22:43
- Joined
- Feb 27, 2007
- Messages
- 36
I have built a retail app for a members' club based on the Northwind system where I use the invoice generator as a retail screen. The problem is that I am using a barcode scanner to scan in membership cards (works OK) and then on a sub form I scan in what they buy. Some of the products are club only items like lessons and equipment hire and I have assigned a "product number" to them. These items have product numbers typically less than 100 and everything works fine. The problem appears when I try to retrieve a real life bar code which can be 10 or more digits long. I can read it with the bar code reader OK and store it in my data tables but when I try to retrieve it (actually on a combo box) the system says that the code is not on the list even though if I scroll down the combo box or type it in manually it can find it. It's as if there is some sort of size limit being hit (the barcode is stored as a long integer).
Incidentally I have tried defining the field as a text string and that doesn't help.
Thanks Dennis
Incidentally I have tried defining the field as a text string and that doesn't help.
Thanks Dennis