Search results

  1. Y

    Global User Defined Type

    Is it possible to have a 'Global' User Defined Type? I have module coded that retrieves all aspects (fields) of a project from a table of projects based on user input. I am using a User Defined Type to assign all of the attributes retrieved. For example: A user selects a project from a...
  2. Y

    Compare input to table of ranges

    Thanks spikepl for the suggestion. However, the KPI Value the user enters goes into a separate table. So, the KPI Grading table contains only the KPI and the grading values.
  3. Y

    Compare input to table of ranges

    This is more of a conceptual question. It will surely be followed up with coding questions. Users input KPI data to a form. There are 20 + fields (or KPIs), here are some examples: [Number of Accients], [Number of Cases], [Number of Reports], etc. I have a table with these fields identified...
  4. Y

    Compare input to table of ranges

    I have a form that takes user input (about 20 text boxes) and writes to fields in a table. Form is locked to one record per instance. I need to compare the user input to values in a table. The table is structured so that each record is relative to one specific field in the table (also one...
Back
Top Bottom