Search results

  1. L

    Prevent user from skipping records in continuous form during data entry

    I have a main form with several continuous subforms. Each subform consists of several listbox controls. I would like to require the user to select an item from the listbox before being allowed to move to the next record in the subform, and upon reaching the last record in that continuous...
  2. L

    Calculate a new value conditionally based on 2 records

    I am trying to write an expression that calculates a new field in a query. The new field is simply recoding values from another field (survey question responses) using IIf statements. This new field, let's call it RecodedResponse, will eventually be summed in a totals query to get the total...
  3. L

    Pulling a value from a form to create new records in append query

    So, I've been searching through this forum and can't seem to find the answer to this one. I would like to capture a value from a main form and have it used as a value in an append query, in order to populate a subform based on the main form, like so: INSERT INTO tblTakenSurveys ( VisitID...
Back
Top Bottom