hugeaction
MIS
Hi All
A persons entry and exit times are stored in my database as separate records like this:
Name Date Time
Brian 17/07/06 12:30
Brian 18/07/06 6:00
Brian 20/07/06 2:00
Brian 20/07/06 15:00
Fred 17/07/06 16:00
Fred 18/07/06 21:00
The first record is an entry time and the next is an exit time. So the entry and exit times always follow each other and one person can enter and exit several times.
How do I get an entry and exit time to display on one line like this:
Name Entry Time Exit Time
Brian 17/07/06 12:30 18/07/06 6:00
Brian 20/07/06 2:00 20/07/06 15:00
Fred 17/07/06 16:00 18/07/06 21:00
I'm using CR 9
Any help will be much appreciated
A persons entry and exit times are stored in my database as separate records like this:
Name Date Time
Brian 17/07/06 12:30
Brian 18/07/06 6:00
Brian 20/07/06 2:00
Brian 20/07/06 15:00
Fred 17/07/06 16:00
Fred 18/07/06 21:00
The first record is an entry time and the next is an exit time. So the entry and exit times always follow each other and one person can enter and exit several times.
How do I get an entry and exit time to display on one line like this:
Name Entry Time Exit Time
Brian 17/07/06 12:30 18/07/06 6:00
Brian 20/07/06 2:00 20/07/06 15:00
Fred 17/07/06 16:00 18/07/06 21:00
I'm using CR 9
Any help will be much appreciated