Normal Topic Report Header (Read 1606 times)
wildwood
Full Member
***
Offline


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Report Header
Dec 22nd, 2004 at 4:27am
Print Post Print Post  
I would like to have a report header for my payroll report read as follows:

Payroll Report - December 2004

Obviously, i would like the month and year to automatically change as we enter a new month and/or year.
What programming do i use with @Month, @Year, and @Date?

Peter
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Report Header
Reply #1 - Dec 22nd, 2004 at 12:51pm
Print Post Print Post  
Header_LE = "Payroll Report - " + @Month$(@Date) + " " + @Str(@Year(@Date))
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged