change column title in a subform

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

Guest

HI all,

I have a subform, in the detail section, I use textboxes to display fileds.
I would like to display time dynamically in the column title positions,
but the column title of each field is the name of the textboxes.How can I
control the display of the column title or use textbox to cover it.

Clara thank you so much for your help
 
Hi clara,

The label associated with the textbox controls the title of the column (I
assume you are talking about datasheet view). To change this, have an event
in the On Current event of your main form that does something like this:

me.SUBFORMNAME.form.LABELNAME.caption = TIME_FORMAT

Hope this helps.

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