any time I run my report, i use date ranges.
eg
select * from emp where
begin_date between to_date('01/01/1986,'mm/dd/yyyy') and to_date('12/30/1999,'mm/dd/yyyy').
Now, how can I set the begin_date to display at the top of the form like this:
December, 1986
and then report follows?
thanks!
eg
select * from emp where
begin_date between to_date('01/01/1986,'mm/dd/yyyy') and to_date('12/30/1999,'mm/dd/yyyy').
Now, how can I set the begin_date to display at the top of the form like this:
December, 1986
and then report follows?
thanks!