Special Como Box

dogman01

Registered User.
Local time
Today, 13:15
Joined
Dec 3, 2008
Messages
47
I have a combo box that pulls up values from a products table which has a product number field as well as a product description field. I can get the product number value to store in another field but I would also like to be able to store the cooresponding products description into a different field. How would that happen.:)
 
You should not store the description. You get it for display to the user by joining the tables together in queries.
 

Users who are viewing this thread

Back
Top Bottom