View Full Version : Update a field if something else is true!


fraser1978
08-25-2000, 02:59 AM
I'm stuck! Trying to uncheck a checkbox field if another field login_time is five minuets in the past.

Somthing like : -
Update [field{in_out}] if time() > [another field {login_time}]+ 5 {mins}

It must be possible, but I've never tried getting Access to do anything like this.

Any clues please...