Hi All,
I have 5 textboxs:
1. startTime
2. startDate
3. endTime
4. endDate
5. TimeDiff (short time format)
i use these code in the TimeDiff textbox in the control source : =DateDiff("n";[FStartTime]+[FStartDate];[FEndTime]+[FEndDate]) , after i enter the first four entries, in the TimeDiff textbox the result appear to me as 00:00 and the result didn't save in the table, why the result appear to me as 00:00 and why it's didn't save in the table.
please help
Regards
I have 5 textboxs:
1. startTime
2. startDate
3. endTime
4. endDate
5. TimeDiff (short time format)
i use these code in the TimeDiff textbox in the control source : =DateDiff("n";[FStartTime]+[FStartDate];[FEndTime]+[FEndDate]) , after i enter the first four entries, in the TimeDiff textbox the result appear to me as 00:00 and the result didn't save in the table, why the result appear to me as 00:00 and why it's didn't save in the table.
please help
Regards