M
michele CD
Hi
I am new to access and teaching myself...
I have created a database into which is put
2 fields: timein and timeout and a third: minutes.
They are all of the datatype time/date.
Now, I am going into forms and creating an event for minutes that wil
calculate the difference in the 2 times in minutes.(assuming no time i
greater than 24 hrs)
I have used:
DateDiff("n", [timein], [timeout])
-typing it into the minutes box in forms and then saving it-
but am not creating anything in the minutes filed when i test it.
although sometimes i get #Name?
I am certain that this is a remedial question but I have exausted
other resources...
I know C++, but not VB macros.
am i putting it in the wrong place?
any help is appreciated...I'd rather do this calculation in access tha
take it back to excel.
thanks alot
Michele C
I am new to access and teaching myself...
I have created a database into which is put
2 fields: timein and timeout and a third: minutes.
They are all of the datatype time/date.
Now, I am going into forms and creating an event for minutes that wil
calculate the difference in the 2 times in minutes.(assuming no time i
greater than 24 hrs)
I have used:
DateDiff("n", [timein], [timeout])
-typing it into the minutes box in forms and then saving it-
but am not creating anything in the minutes filed when i test it.
although sometimes i get #Name?
I am certain that this is a remedial question but I have exausted
other resources...
I know C++, but not VB macros.
am i putting it in the wrong place?
any help is appreciated...I'd rather do this calculation in access tha
take it back to excel.
thanks alot
Michele C