Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bound Column property does not work for lookups with more fields

Status
Not open for further replies.

nqobile

Programmer
Aug 9, 2002
20
SZ
Thanks for the response Littlesmudge.
May I elaborate on my problem. For example, my rowsource looks like this
'SELECT LUEntity.EntityID, LUEntity.Entity, LUEntity.Description
FROM LUEntity;'
The field that should be edited by this is a text field bound to LUEntity.Entity.
I also want the other 2 columns to show on the combobox = no columns are 0cm. Therefore column count is 3 and bound column is 2. What do u suggest??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top