The RowSource of your ComboBox is what populates the dropdown list of the combo. You can use a saved query or a SQL string. Something like this:
Select A.*
FROM [Fix List] as A
Order by A.[FixName];
Just update the red code for the field name that you want to be picked and copy and paste into the RowSource. You will have to update the column widths property. But, then the dropdown will be populated with the fields from your table.
Bob Scriver
Nobody believes the official spokesman... but everybody trusts an unidentified source.
Author, Bagdad Bob???