changing a field caption

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

Guest

I was wondering what the language was to change a field's caption

my guesses didn't work:

tdf.Fields(0).Properties("Caption") = "Feature ID"
tdf.Fields(0).Caption = "Feature ID"
 
I'm not sure what you are doing. But, if you want to change the description
of a caption on field within a form all you have to do is go to design view.
Then click slowly twice on the field and edit the caption. If you click too
fast you will open the properties window. If this happens you can also
change the text of the caption by making your edits next to the caption item
of the properties window. Good luck. Let me know if this answers your
question.
 
Back
Top