Easy Way to Pull Forms Record Source Into Combo Box

  • Thread starter Thread starter BW
  • Start date Start date
B

BW

I'm using a combo box to perform filters and sorts on a form. Is there an
easy way to pull the fields in the record source into a combo box?

Thanks

BW
 
Ok...just checked back in and realized how silly this question sounded.
I'm wanting to populate a combo box on a form and pull the fields from the
forms record source into the record source for the combo box.


Thanks
BW
 
Ok...just checked back in and realized how silly this question
sounded. I'm wanting to populate a combo box on a form and pull
the fields from the forms record source into the record source for
the combo box.


Thanks
BW
are you trying to ask "How do I get a list of field names into a
combobox?"

Select the Row Source Type property to Fields list from the dropdown
in the combobox properties. Set teh RowSource to the table or query
whose fields you want listed.

Q
 
Back
Top