Search results

  1. R

    Export to Excel 1000 Character Limit

    Alright, so I have a form with a group of combo boxes. Each one of these combo boxes allows the user to select a field from the table "Customers" that they want exported to excel. When they hit the "Export to Excel" button, the export code executes. This normally works fine, with the...
  2. R

    "For Each Control" statement skipping controls

    Alright, so I have two forms in my access database, WIP and Exports. The WIP form has a button cmd_ExcelExport and a textbox txt_ColNum, which is validated to be a number greater than zero. When the user pushes the cmd_ExcelExport button, I intend for Access to open the Exports form and a...
  3. R

    Run-time error '2115'

    I have a form with the following fields and data types: Date: text in "mmm dd, yyyy" format JAF: checkbox EFS: checkbox txt_ChAttn: textbox, generic format Note: textbox, generic format Basically, I've written code that does an AfterUpdate whenever JAF or EFS are checked or unchecked. It...
Back
Top Bottom