View Full Version : Subform Calculated Field Label Name


ViRi
03-08-2007, 12:30 PM
Hi

I have a Subform where I have had to include a calculated field. I have no problem with the calculation, but try as I might I can not change the name of the Label of this new field.

Even though I have changed the default name under the Name property of the Label to Description I get Text17 the default name when I display on Datasheet view. I need the label to display Description not Text17.

Thanks
ViRi

pbaldy
03-08-2007, 12:35 PM
You want the caption, not the name.

ViRi
03-08-2007, 01:49 PM
Thanks ViRi