Hello everyone,

I have two tables with this names:

Code:
CambioTurno

FechaHora            	IdEquipo	Dia
05/03/2010 18:21:50	1	05/03/2010
05/03/2010 18:23:49	1	05/03/2010
05/03/2010 18:24:16	1	05/03/2010
05/03/2010 18:25:54	1	05/03/2010
05/03/2010 18:26:01	3	05/03/2010
Code:
Equipos

IdEquipo         Equipo
0                     NoName
1                     User1
2                     User2
3                     User3
No I would like to print on each page header the TimeDate and the Username. Means when I ask for this date (5-3-2010), I want to get 5 pages with everytime the date and the name.
I dont know what I am doing wrong with the link tables but mostley I get just 2 pages with both names, but not 5 pages with this two names.

In the Database Expert -> Links I have connected those both tables with a '>' => Equipos.IdEquipo --> CambioTurno.IdEquipo.

I hope someone can help with that.

Thanks