Hi.
Is there any way to format the column heads in an unbound text box?
No -- at least not separately from the text displayed in the drop down and
the selection box. That text can be customized via the Properties dialog
window or programmatically. For example:
Me!cboYear.ForeColor = vbRed
Me!cboYear.BackColor = vbYellow
.... where cboYear is the name of the combo box.
To change these properties via the GUI, open the form in Design View and
then open the Properties dialog window, then select the combo box and select
the "Format" tab. Scroll down and select the Font Name, Font Size, et
cetera, Properties and change them to something more desirable.
HTH.
Gunny
See
http://www.QBuilt.com for all your database needs.
See
http://www.Access.QBuilt.com for Microsoft Access tips.
(Please remove ZERO_SPAM from my reply E-mail address so that a message will
be forwarded to me.)
- - -
If my answer has helped you, please sign in and answer yes to the question
"Did this post answer your question?" at the bottom of the message, which
adds your question and the answers to the database of answers. Remember that
questions answered the quickest are often from those who have a history of
rewarding the contributors who have taken the time to answer questions
correctly.