Search results

  1. B

    Do Loop If Statement Not Working

    I have the following code where on the load of the form which contains over 100 records I want the checkboxes to be set to false if CSCS/Insurance/passport has expired. The reason for this is even though we may enter another expiry date for the furture I want the system to flag up if we haven't...
  2. B

    Cascading Drop Down Box Not Working

    I am trying to set up a cascading drop down box. The default value for the first drop box is 0 which means that no form has been selected. If no form has been selected I want all items of PPE to be listed from the PPE table. If any form number above 0 have been issued this relates to only...
  3. B

    Add New Rows Depending on An Entered Value

    I have been told my problem may be able to be resolved using a query.... I have a form where we fill in information for supply of PPE to employees. Each item must be signed for on a printed report. I am encountering problems trying to create enough rows for my report detail for each...
  4. B

    VBA code for Adding Additional Rows to Details

    I have a form where we fill in information for supply of PPE to employees. Each item must be signed for on a printed report. I am encountering problems trying to create enough rows in my report detail for each signature of the number of items supplied. For example, on the form I will...
  5. B

    Generate Number of Rows In Report Depending on a Number in Another Field

    I have a form where we fill in information for supply of equipment to employees. Each item must be signed for on a printed report. I am encountering problems trying to create enough rows in my report detail for each signature of the items supplied. For example, on the form I will select...
Back
Top Bottom