Matthew Snook
NW Salmon Database
- Local time
- Today, 05:09
- Joined
- Apr 19, 2001
- Messages
- 133
I now have data coming through a serial port from a peripheral device, and I've learned how to shunt it into the appropriate field for data storage. Now I'd like to use the data to locate a related record, in the same manner that a combo box can be used to select related data, return the record ID, and instantly (or quickly) go to that record.
What I'd like to do is return that ID using a lookup of some kind, since the combo box won't allow me to assign the data from the serial device. I've tried the lookup function, but it seems very slow compared to a combo box. How do I build a lookup that is just as fast as a combo box?
Matt
What I'd like to do is return that ID using a lookup of some kind, since the combo box won't allow me to assign the data from the serial device. I've tried the lookup function, but it seems very slow compared to a combo box. How do I build a lookup that is just as fast as a combo box?
Matt