Listbox headers

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hello all. How do I change a list box header? I have previously altered the
caption property of the table and the list box will display this value.
However, recently, I have upsized to SQL server 2000 with access being the
front end. I have also had to put the application into runtime. When the
application starts the tables are relinked so I can no longer use the
caption property of the table.



I have previously used 'As' to display an appropriate header name i.e.
fieldname As Field Name and this would display Field Name in the header.
However, I cannot get this to work now.



Please help.
 
Open your form in design view and click on VIEW - Properties. Click on the
label and edit the caption. Save and close.
 
It's not a label! It's a listbox header.
Open your form in design view and click on VIEW - Properties. Click on the
label and edit the caption. Save and close.
 

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