layout of a field

  • Thread starter Thread starter Jean-Paul De Winter
  • Start date Start date
J

Jean-Paul De Winter

Hi
When I write something like:
="Opmerking: " & [Opmerking])
for an field on a report, I can not change the layout of the leading text
alone. When I chose underlining all text that comes after is underlined.
Can I add some controls or whatever to influence only the leading title of
the field??
Thanks
JP
 
Jean-Paul De Winter said:
Hi
When I write something like:
="Opmerking: " & [Opmerking])
for an field on a report, I can not change the layout of the leading text
alone. When I chose underlining all text that comes after is underlined.
Can I add some controls or whatever to influence only the leading title of
the field??

Not if you're displaying it all in one textbox. Access normal textboxes do
not allow multiple fonts or emphases such as bolding or underlining.

The alternative is to use two textboxes, or a textbox and a label, with the
size adjusted to look as if they are one continuous control.

John W. Vinson/MVP
 

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