i have a report wherein some data in the page header section change everytime the value of a certain field changes...

example:
the data is grouped by batch#....

if batch# field's value = 001
the header becomes = 'RECEIPTS REGISTER'
if the value = 002
the header becomes = 'INVENTORY SUMMARY'
... AND so on....

the batch# is in the details section...
the header is in the page header section....

then, after every changes in batch# field, there is a page break...

how will i manipulate it? i am using vb6's data report... anybody help me out? i really need it badly....