Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reset variable in footer

Status
Not open for further replies.

Aietoe

Technical User
Nov 30, 2000
85
CA
Hi,

I generate a report with groups(salesman).

The name of each salesman appear in the group header... and the last salesman name appears also in the report final page header(footer).

How can i reset the salesman's name so it won't appear on the last page of the report?

Thanks

Aietoe
 
I'm not sure what you want or why you want it, but strictly to help you towards your goal...

if (me.page = me.pages) then
'this code will run on the last page
txt_salesname = ""
end if

throw that in the header/footer format and
make it do what you want.

-g
 
All i needed was a little hint and you gave it to me.

I would have search probably for hours by myself and i got my answer in minutes with your help.


Thanks a lot!


Aietoe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top