Drop-Down result is underlined when printed?

S

SLAW

I have created a form that has all fields automatically populated by the
result of a drop down list box. When I preview the form and print it, the
drop down text is underlined. How can I have the drop down list box text
print without the underline?
 
S

Scott L. Heim [MSFT]

Hi,

This is expected behavior with a drop-down list box. The easiest way around
this behavior is to simply create a "print view" that uses a text box in
place of the drop-down list box. Then you can use the "Default Value"
property to "point" this to the drop-down list box - as such, whatever
value is selected in the drop-down will automatically appear in the text
box on your "print" view.

I hope this helps!

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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