View Full Version : multi-column combo box


PatWright
03-01-2002, 12:44 PM
I know there is a way to do this simply! I have a combo box to pick a company. When the company is selected I want the corresponding agent's name and phone number to drop in. I remember the code in the data source property to be something like [cmboboxname].[column].(1) but I can't get any variation to work.
thanks for any help!

David R
03-01-2002, 01:09 PM
=[Combo].[column](x)

Remember that they start from 0, not 1.

HTH,
David R