Insert reportname

Z

zyus

How to insert report name in my report footer ...I can see insert date / page
number but i dont see any on filename.

Thanks
 
F

fredg

How to insert report name in my report footer ...I can see insert date / page
number but i dont see any on filename.

Thanks

Add an Unbound control to the report footer.
Set it's control source to
= [Name]
 
Top