Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to set collection DAO.DataTypeEnum as RowSource for a table field?

Status
Not open for further replies.

sudakov

Programmer
Jun 17, 2007
53
US
Hi,
does anybody know how to set collection DAO.DataTypeEnum (contains constants like dbBoolean, dbLong etc) as Row Source for a table's field while designing the table (see LOOKUP tab, DISPLAY CONTROL as ComboBox)?

Thanks,
sudakov
 
sudakov

Why store those constants to a table while they are always available to load them programmaticaly? If you still want to, use a listbox/combobox and type in the values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top