Listbox headers

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.
 
K

KARL DEWEY

Open your form in design view and click on VIEW - Properties. Click on the
label and edit the caption. Save and close.
 
C

Chris

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.
 
Top