List Box

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

Guest

I have a list box with about 10 columns. The column names in the list box default to the table colmun name. Is there a way to customize the list box column names without using an alias in the table?

Thanks
 
Use a query between the table and the listbox's row source. You can use calculated fields
in the query to create aliases and this will leave your table unchanged. Using a query
will also let you sort your list.

--
Wayne Morgan
Microsoft Access MVP


brian said:
I have a list box with about 10 columns. The column names in the list box default to
the table colmun name. Is there a way to customize the list box column names without
using an alias in the table?
 
Back
Top