I am building a Time card db and have run into a problem, my fields are Sun_in then Sun_out and so on. i put a total at the end of the form and set up the expression builder as so
([Mon_Out]-[Mon_In])+([Tue_Out]-[Tue_In])*24
The problem is if on of the fields is blank the total will be blank, can anyone help
([Mon_Out]-[Mon_In])+([Tue_Out]-[Tue_In])*24
The problem is if on of the fields is blank the total will be blank, can anyone help