Title of a Column in a datasheet view

G

genojoe

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

Damian S

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