Search results

  1. M

    Variable row height in Report Detail Section

    In the detail section of my report, I recently added a second row which has only 1 text field. When the value of the textbox in the 2nd row is null, I want the total row height equal to just the first row. When the value in the textbox in the 2nd row is not null, then the total row height is...
  2. M

    text field footer in report

    Thanks Big Pat. I didn't want to go that route, as it tends to clutter the report. I have attached a sample report where the rows have the same comment, which is placed in the footnote. With this type of data, there are typically either no comments, or all the samples have the same comment. It's...
  3. M

    text field footer in report

    Thanks Big Pat. I didn't want to go that route, as it tends to clutter the report. I have attached a sample report where the rows have the same comment, which is placed in the footnote. With this type of data, there are typically either no comments, or all the samples have the same comment...
  4. M

    text field footer in report

    I have a form with attached subform from which I can choose which records to send to a report. All records in the base table have a comment text field for the user to enter additional data (comments). Typically, there are none, but when there is, if it is only a single record sent to the...
  5. M

    date range in search criteria of form/w subform

    I recently added a date range to an existing search form, but I have been unable to get it to work, so I am enclosing the code. It only works if I put in the exact date that is in the database, and then only for either the start date (look_for_sdate) or end date (look_for_edate) but not when I...
  6. M

    Select multiple records in subform & send to report

    I have an unbound main form with select criteria to populate a subform. I can select a single record in the subform and click on the report command button (on the main form) and open the appropriate report in Preview. What I haven't figured out is how to select multiple records in the subform...
Back
Top Bottom