How to Populate Field Names in a Combo Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to populate a combo box (cboFields) on a form (frmDataEntry) with
field names from a table (tblData).

Any suggestions?
 
DevDaniel said:
I want to populate a combo box (cboFields) on a form (frmDataEntry) with
field names from a table (tblData).


Set the combo box's RowSourceType property to Field List.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top