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??
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??