Detail_Format only runs for 1st record on a page?

J

jrl.straa

Hi there

I'm currently facing a major issue regarding referencies on a access
report sheet. I thought that the Detail_Format would run through every
record on a report page but apparently it only runs for the first
record on a page?

kind regards Jan
 
K

Klatuu

The Format event for a report section only fires once for the section.
Depending on how the report is designed, it may fire more than once per page,
but it will not fire for each record.

If you can explain what it is you are trying to do, perhaps we can help with
how to do it.
 
Top