Search results

  1. R

    Do not want form to auto save and create duplicate record

    Hello, I have a form that opens an existing record. I want to be able to save the record as a new record only if the last two digits of the ID (which is called Task Code) are changed. Right now, when I change the ID, it auto saves it in the form, then says I cannot create a duplicate ID...
  2. R

    Using ComboBox Value to Update Text Boxes

    Hello, I am trying to program a Risk Management Matrix. Once the user selects the risk from a combobox, then the probability and impact should be updated. After the probability and impact are updated (values pulled from the record associated with the combobox record), then the matrix should be...
  3. R

    Getting Parameter Value Request when using Navigation but not main form

    Hello, I am trying to use a drop down list to get values (which are grouped), then clicking "Preview Report" to view the report based on the values that are selected by the user. When I try and use the "Preview Report" button from the Navigation form, it comes back with the parameter...
Top Bottom