Search results

  1. D

    Open an Existing or New Excel Workbook

    I have a database that contains two fields: Excel file name File location I'm trying to create a click button on a form that when clicked, it uses the [file location] and [excel file name] to launch excel and open the existing workbook ([excel file name]) at the file location ([file...
  2. D

    Concatenate text fields produces #Error message

    I'm concatenating two text fields using the following string: ="Total " & [Section] & " Tests:" However, when I run this report, I get a #Error for the object. I also have another concatenated field using the following string: ="Total " & [Subsection] & " Tests:" When I run the report using...
Back
Top Bottom