Sorry if there was insufficient info on my question - I have a form which users access to approve jobs, there are six conditional check boxes that users check as the vaious job parameters are met - all I want to happen is the job approved check box to be set true when all other six check boxes (yes/no fields) are set - at the moment,I have attached an update query to each check box which when clicked, the query looks at the other five check boxes and if they are "true" the approved check box is then set to "true". this works to a point, but the form does not refresh until I either update another record, or close and open the form.
JimC