Changing column heading

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

Guest

Hello all

I have a list box with "column heads" property set to "yes". Is there a way to make these more meaningful instead of the name I gave the field? I can always just put a lable above I guess, but thought this looks cleaner

Thanks

Mark
 
Sorry, I had a brain spaz. Right after posting it came to me

For others just change the caption on the field in the table.
 
You can change the names in teh sql query.

select fn as FirstName, Ln as LastName, CO as Compnay from tblCustomers
order by ln
 

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