Search results

  1. T

    Clearing Forms Details.

    Hi, I have a form that is used to record new information. Behind the form is a VB module that dpes validation on the fields and on succesful validation closes the form down. This all works well, but on re-entering the form, the data from the previous entry remains in the fields. Can...
  2. T

    Deriving field values from other Input field values

    Hi I have an Input Form used for inputting new records with the control source set directly to the underlying table. I would like to be able to do the following if possible: 1. Set the default value of one of the fields on the form to the result of a sql select from the table the form is...
Back
Top Bottom