Caption property

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

Guest

I would like to set the caption of a report to a value in one of the fields
in the report. Is this possible and if so how can it be achieved?
Thanks
 
ken said:
I would like to set the caption of a report to a value in one of the
fields in the report. Is this possible and if so how can it be
achieved?
Thanks

me.YourLabel.caption = ctsr(me.Yourcontrol.value)


--
_ _
Ciao
MAssimiliano Amendola www.accessgroup.it
Cisa - Conferenza Italiana per Sviluppatori Access
Info: www.donkarl.com/it
 

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