Renaming Headers in Lists

Dave31

Registered User.
Local time
Today, 02:10
Joined
Oct 11, 2006
Messages
68
I have a List box which shows a number of records. It is looking at a table, as the column sizes of all the record's is larger than the width of the list box, im using the header names. Which works fine. but my header names are named like programName, productName, workProductID.
Is it possible to rename these 'headers' for the list box without re-naming the fields in the table?

Many Thanks :)
 
Try changing your source query:

Program Name: ProgramName
 
List Boxes use the field name unless you have put something in the Caption property of the table for that field, then it displays the Caption.
 

Users who are viewing this thread

Back
Top Bottom