When you add a new field to a doc type, choose text and dropdown for the control, then in the Options section, enter a select statement to get the values out of your custom table. This would be a simple statement SELECT NameField, ValueField FROM CustomTable_Name ORDER BY NameField