Display the name of the record source (i.e. query's name) in report's footer?

  • Thread starter Thread starter monsteroid via AccessMonster.com
  • Start date Start date
M

monsteroid via AccessMonster.com

I've searched & searched the archives, but no cigar! Your help would be
appreciated.
(I have very quickly found out how to put the database name in a text box!)
Thank you.
 
I've searched & searched the archives, but no cigar! Your help would be
appreciated.
(I have very quickly found out how to put the database name in a text box!)
Thank you.

Add an unbound text control to your report.
Set it's control source to:
= [Recordsource]
 
Fantastic Fredg,
Thank you so much for your help. What a speedy reply! I can end the day
with a smile.
Doug
I've searched & searched the archives, but no cigar! Your help would be
appreciated.
(I have very quickly found out how to put the database name in a text box!)
Thank you.

Add an unbound text control to your report.
Set it's control source to:
= [Recordsource]
 
Back
Top