I have a file of time clock punches
as show
Badge:000007629 12/26/00 7:31 Sta:1 [0]
Badge:000007653 12/26/00 8:33 Sta:1 [0]
Badge:000007649 12/26/00 15:29 Sta:1 [0]
Badge:000007610 12/26/00 15:30 Sta:1 [0]
Badge:000007619 12/26/00 15:31 Sta:1 [0]
Badge:000007638 12/26/00 16:30 Sta:1 [0]
It is a history file
The most recent data is at the end
How can I move the record pointer to th eend and work backwards?
I want to use this code if possible or something like it
Open "\\Accserver2\AppsAcc\ATTNPRO\DATA\TRAIL.LOG" For Input As #1
Do While Not EOF(1)
Loop
Close #1
-------------------------
TIA DougP, MCP
as show
Badge:000007629 12/26/00 7:31 Sta:1 [0]
Badge:000007653 12/26/00 8:33 Sta:1 [0]
Badge:000007649 12/26/00 15:29 Sta:1 [0]
Badge:000007610 12/26/00 15:30 Sta:1 [0]
Badge:000007619 12/26/00 15:31 Sta:1 [0]
Badge:000007638 12/26/00 16:30 Sta:1 [0]
It is a history file
The most recent data is at the end
How can I move the record pointer to th eend and work backwards?
I want to use this code if possible or something like it
Open "\\Accserver2\AppsAcc\ATTNPRO\DATA\TRAIL.LOG" For Input As #1
Do While Not EOF(1)
Loop
Close #1
-------------------------
TIA DougP, MCP