Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

This is Probably Real Easy

Status
Not open for further replies.

NewfieGolfer

Technical User
Mar 29, 2001
80
CA

I posted this Yesterday:

I have the following expression in a Control Source for Text Box:

=IIF([Field1] Like "*was*", "Label: " & [Field1],"")

How do I set the margins so that the resulting output in the Text Box is:

Label: This was just an example to show what the
proposed output should be.

Help is appreciated

Thanks,

Chris
 
Sorry, but you can't do that, to my knowledge in a basic MS Access text box. You may be able to with a RichText control or some other third party control.

MS Access textboxes don't really support formatting within very well. You can't, for example, bold some words and leave others un-bolded.

Hope that helps. Kathryn


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top