Add field name to listbox

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

Guest

Hi all,
Is there a way to show all table field names in a list box in a form?
Thanks
 
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
 
Thanks Matthias for your reply, I forget to set Row Source Type to Value 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

Similar Threads


Back
Top