Access text box borders

  • Thread starter Thread starter Claire Loughrige
  • Start date Start date
How can I format text boxes in an Access 2003 report with a single bottom border? This is so easy to do in Crystal, is it not available in Access without writing code?

Thank you.

EggHeadCafe - Software Developer Portal of Choice
Screenscrape Realtime Quotes with Regex and XML
http://www.eggheadcafe.com/tutorial...0-6f63b4fbf718/screenscrape-realtime-quo.aspx

You can't format a text control with a single border on the bottom,
but did you try placing a line (using the line control) at the bottom
edge of the text control sized to the width of the control?
 
Back
Top