arage,
This is how I do it.
If "Combo156" Value comes from a table,
Set the 'Control Source' property to that table.
In the 'Record Source'property, on the Data Tab, make a SELECT STATEMENT (ex: Select AccountNo,Somthing,SomethingElse From Customers ; )
Set the Column Count,on the Format Tab, to the number of fields in your SELECT Statement.
Finally Set the Column Widths to 1";0;0;etc;
[This message has been edited by gzuroweste (edited 04-04-2001).]