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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bmlimited

  1. bmlimited

    auto size a text box in report

    In my report, I have two text fields beside each other. The one on the left is a reference to a field in a table and the one on the right contains a string with formulas. I want the field on the left to grow or shrink horizontaly with the text size and I want the field to it's right to float...
  2. bmlimited

    Conditional Format a field

    I want to format a field bold in my report on a specified condition. I am using the following code in the On Format section of the report ... If C1Member = True Then Child1.FontBold = True Else Child1.FontBold = False End If My problem is I want the field "Child1" to be...

Part and Inventory Search

Back
Top