Formatting fields containing data from Access

C

CDM

I created a field using <ctrl> <F9> and inserted the name of the Access
textbox; ie, {txtName}. The data shows up, but I can't seem to change the
font style or size by highlighting "txtName" and going through the format
buttons. The output is always the same. Any ideas?
 
D

Doug Robbins - Word MVP

I assume that what you have is { MERGEFIELD txtName } modify it by the
addition of a \* charformat switch so that it looks like

{ MERGEFIELD txtName \* charformat }

and then apply the desired formatting to the M of MERGEFIELD.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word 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

Top