Search results

  1. A

    2 continuous subforms

    Hi, I am creating a database to store results of dog shows. I have a main form that holds the Show information, and a subform to record the results/awards for each dog entered. works fine. the example entry for 1 result in the subform would be: cmbDogID, cmbDogClass, cmbDogAward the problem...
  2. A

    Validating required fields

    Thanks Allan, works a treat. :)
  3. A

    From Form Header to Form Detail to Table Field

    set the 'Control Source' property of that field to the field in the table you want it stored in.
  4. A

    Validating required fields

    Hi everyone, I have a database for recording results of dog shows. I have a main form (frmShows) and a subform for the results (subfrmShowResults) when entering results user should select the following: DogName, Class & Award for each entry (they are all combBoxes). Because calculating the...
Back
Top Bottom