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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Header Date Question

Status
Not open for further replies.

jackie1948

Programmer
Jan 25, 2002
78
US
How do I get the Prompt_Month and Prompt_Yr to display in the header with a Maxium enddate.

EX.
Prompt_month = 5
Prompt_yr = 2004

I would like to have the date of May 31,2004 in the header.
 
Insert a calculation in your header.
If Oracle is your database it would look like this.

=LastOfMonth(To_Date(Prompt_month || "/1/" || Prompt_yr))



I am what I am based on the decisions I have made.

DoubleD [bigcheeks]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top