Viewing 3 posts - 1 through 3 (of 3 total)
the following executed perfectly....! thanks everybody helped me in the context....thanks once again.. expecially xnthos...
DateDiff("n",[Table1]![in_time],[Table1]![out_time])
+ IIf(DateDiff("n",[Table1]![in_time],[Table1]![out_time])<0,24*60,0)
b rgds
sunil joshi (9930580082) (Mumbai, India)
May 14, 2008 at 5:10 am
I wanted to calrify more that
the "TimeSheet.txt" file is "Comma" delimited file and having following data for e.g.
Text File : TimeSheet.txt (first row are the field names I have taken...
May 14, 2008 at 4:36 am
Thanks everybody for the prompt help. it will definatly helped me a lot.
However, Please note that the text file format is having separate columns for "attendance date", "In Time" and...
May 14, 2008 at 4:32 am
Viewing 3 posts - 1 through 3 (of 3 total)