Hi, I have a problem with the function RecordCount. Do not work property where I activated the Joined Fields. I have for example 5 Record, and the function return 2 as show here.
Mastersource Table tableEditorial
Editorial Name
1 Anaya multimedia
2 Mcgraw-Hill
3 Ra-Ma
Joined by tableEditoria.Editoria->book.Editoria
Detail Table book
Id Editorial title author
122 1 xxxx any
123 1 tttt any
123 2 other fff
322 3 Another fff
456 3 tyyytt ffff
We are in record 1 of Table Editorial, the grid shown record is 122,123 in table Book. I used the recordcount,but it result 2.
I need the total of record, that is 5. What is up?
THANK. Armando Blanco