Search results

  1. S

    Growing / Shrinking on screen

    Hello, When using continuous forms in form view, is there a way to make the sizes of controls vary on screen according to the volume of content. The "can shrink" and "can grow" options work when the document is printed but not (as far as I can tell) on screen. Thanks for any help. Steve
  2. S

    Line feed characters

    I would like to display a postal address in each record in a report. The address is made up of five fields, some of which are sometimes blank. I am using a text box as follows: =[Schedule].[Address_1] & " " & [Schedule].[Address_2] & " " & ... I would like to insert line feed characters in...
Back
Top Bottom