Title of a Column in a datasheet view

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

Guest

I have a form in Access 2003 that I want to display in datasheet view. In
this layout, the column titles become the title of the column displaying the
control. Is there a way to keep the control name "as is" but display a
different title. I tried things such as:

Me.txtGiver1.Title = "Monday"
Me.txtGiver1.Text = "Monday"

None of the properties that I can think of work I can't find it in Help.
I can't find in on the Internet. Any help will be appreciated.
 
Hi genojoe...

The label attached to the field is what will set the column title for you -
open your form in design view and change the text displayed in the label.
When you go back to datasheet view the column title will have changed.

Damian.
 

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