I have a table with a field that has a ComboBox as an option for entering data. I did this by specifying ComboxBox in the Display Control in the Lookup tab of Field Properties. What is the name or how do I determine the name of this ComboBox? Perhaps ComboBox1 or Combo1? I need the name so I can Access the ComboBox methods in a module as I will be populating another field based on the ComboBox selection. But I need the name of the ComboBox to do this.