Thanks. It's really essential that the list box have an autocomplete feature since there are going to be hundreds of names. Can that be enabled? I looked but could not find it.
On Sat, May 17, 2008 at 12:52 PM, Drew Jensen < [EMAIL PROTECTED]> wrote: > 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] > > -- John (Eric) Hamacher Java Developer Madison, Wisconsin (608)-334-9260
