At 09:36 PM 7/10/2005, Tom Hart wrote:
I am making a table to keep track of employees time. I have timein and timeout and a calculated column of totaltime. When i enter times the calculated column remains null.
Tom, What is the calculation and data type of calculated column (TotalTime)? I'm assuming that you have designed a form to enter the data. Try the following: SET ZERO ON SET EQNULL ON ENTER USING formname Also, make sure that you press [Enter] key after entering the "time in" and "time out". Very Best R:egards, Razzak.
