G
Guest
Hello. I'm creating a querie that lists all employee activity. So the querie
runs onver a table that has all In and Out of the employees registries.
Sometimes in the the first day is Out, it happens because the employee
forgets to register is Out of job. So, is it possible to remove that register
in order to have the first register of the day has a IN? Even better was
changing the date of that Out register to the previous date.
This is ok to happen because the door don't open if the empoyee don't make
all register regular. So in the new day if a Out is no detected on the system
is like the employee never Out. So before he can In he must register Out.
Imagine that I have this:
---------------------------------------------------------------------------------
Employe No. Date Time Description
1010 15-05-2007 08:00 OUT
1010 15-05-2007 08:01 IN
1010 15-05-2007 18:00 Out
and I need this:
--------------------------------------------------------------------------
Employe No. Date Time Description
1010 15-05-2007 08:01 IN
1010 15-05-2007 18:00 Out
This error hapens when the software detects this:
------------------------------------------------------------------------
Employe No. Date Time Description
1010 14-05-2007 08:01 IN
This means that in 15th May the employee must register the Out to be able to
In.
Any idea? Please help.
Regards,
Marco
runs onver a table that has all In and Out of the employees registries.
Sometimes in the the first day is Out, it happens because the employee
forgets to register is Out of job. So, is it possible to remove that register
in order to have the first register of the day has a IN? Even better was
changing the date of that Out register to the previous date.
This is ok to happen because the door don't open if the empoyee don't make
all register regular. So in the new day if a Out is no detected on the system
is like the employee never Out. So before he can In he must register Out.

Imagine that I have this:
---------------------------------------------------------------------------------
Employe No. Date Time Description
1010 15-05-2007 08:00 OUT
1010 15-05-2007 08:01 IN
1010 15-05-2007 18:00 Out
and I need this:
--------------------------------------------------------------------------
Employe No. Date Time Description
1010 15-05-2007 08:01 IN
1010 15-05-2007 18:00 Out
This error hapens when the software detects this:
------------------------------------------------------------------------
Employe No. Date Time Description
1010 14-05-2007 08:01 IN
This means that in 15th May the employee must register the Out to be able to
In.
Any idea? Please help.
Regards,
Marco