Changing column heading

M

Mark

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
 
M

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

Albert D. Kallal

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

Top