John Eric Hamacher wrote:
I have two tables:

Member
-------------
MemberID
MemberName

Appearance
-----------------
AppearanceID
MemberID

On form designed to add records to Appearance, I need a combo box that will
display the MemberName but have the MemberID inserted as the field value in
Appearance.  I know how to create a combo box and populate it with
MemberNames but I don't want MemberName as the value of MemberID!
Simple - jut use a drop down LIST box instead of the COMBO box...that is exactly what it is intended for.


Drew

--
OpenOffice.org User Community Forum: http://user.services.openoffice.org
United States PostgreSQL Association: http://www.postgresql.us/


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

Reply via email to