W Wagner Mokva Dec 3, 2007 #1 In a VBA function, I need to fill a combo box with the table fields name. Could you please help me on this?
In a VBA function, I need to fill a combo box with the table fields name. Could you please help me on this?
J Jeff Boyce Dec 3, 2007 #2 You've described "how" you are trying to do something. If you'll describe "why" you want to do this, the newsgroup readers may be able to offer more specific suggestions. Regards Jeff Boyce Microsoft Office/Access MVP
You've described "how" you are trying to do something. If you'll describe "why" you want to do this, the newsgroup readers may be able to offer more specific suggestions. Regards Jeff Boyce Microsoft Office/Access MVP
M Michel Walsh Dec 3, 2007 #3 Set the row source to the table name, and the row source type to Field List. Hoping it may help, Vanderghast, Access MVP
Set the row source to the table name, and the row source type to Field List. Hoping it may help, Vanderghast, Access MVP
J John Spencer Dec 3, 2007 #4 You do realize that a combobox can show a field list with the following settings - no programming required. Row Source Type: FieldList Row Source: Name of Your Table -- John Spencer Access MVP 2002-2005, 2007 Center for Health Program Development and Management University of Maryland Baltimore County ..
You do realize that a combobox can show a field list with the following settings - no programming required. Row Source Type: FieldList Row Source: Name of Your Table -- John Spencer Access MVP 2002-2005, 2007 Center for Health Program Development and Management University of Maryland Baltimore County ..