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