Roman Hausner wrote:

I would like to show the result of a query in a combo-box ... e.g. the
first name, last name in a person table, but when the user selects one
entry from the dropdown list, I want the person id from that row to be
entered in the field. Is there a way to do this?


Disclaimer: I have not tried this....
Yes, I think that you can, but I have only tried this in a developer build, which means a pre-version 2.0 release. It worked something like this if I remember correctly...


Create a form named Form1.
Insert your first drop-down list box in Form1.
Insert Form2 into Form 1.
Insert your second list box into Form2.

You can now associate the selected data from Form1 to what is displayed in Form2 I believe. Sorry for being vague, but I have not had time to work with this much lately <drat>.

--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.sxw
My Macro Book: http://www.hentzenwerke.com/catalog/oome.htm
Free Info:  http://www.pitonyak.org/oo.php


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to