Add field name to listbox

  • Thread starter Thread starter Guest
  • Start date Start date
V.P. said:
Hi all,
Is there a way to show all table field names in a list box in a form?
Thanks

Set the property "Column Heads" to "yes".

But perhaps I am misunderstanding. To display the field names of a
table in a listbox, try the following: Set the property "Row Source
Type" to "Field List" and set the property "Row Source" to the table
whose fields you want to be displayed. (And in this case, set the
property "Column Heads" o "No".)

HTH
Matthias Kläy
 
Back
Top