Search results

  1. B

    UDF to scan column for value, return offset string

    Hello, I am trying to create a user-defined function that accepts a string (ID), scans cells in a column (L) for the value "1", checks to see if the cell in the same column row immediately above equals ID, and returns a value stored in the row above, and 24 columns to the right. Returning the...
  2. B

    ChHange form datamode with VBA

    I have a form that I need to have open blank. From what I have read, the best way to do this is to set the data entry property of the form to Yes. However, on this form I have other controls that allow the user to filter and select individual records. The form fails at this point, presumably as...
  3. B

    Dynamically positioning groups of controls

    I am currently building a report, however I am running into a roadblock that is stopping me from reaching my desired result. Each record in the detail section of my report has a standard tabular section (with column names in the report header). Below that are three more groups of controls that...
Back
Top Bottom