Re: Date range on reports
- From: "Duane Hookom" <duanehookom@xxxxxxxxxxxxxxxxx>
- Date: Wed, 18 Jan 2006 20:56:57 -0600
I don't see anything in your macro that asks for a date range. If you don't
tell us how the dates are being requested, we can't tell you how to put the
values in your report.
--
Duane Hookom
MS Access MVP
--
"Mark_Milly" <MarkMilly@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0FDA4871-7306-4619-9431-AFC5F655763C@xxxxxxxxxxxxxxxx
> the macro is as below;
>
> Macro Name Condition
> Action
> Open Dialog
> Openform
> OK
> SetValue
> Not IsLoaded("Salaes Manger Monthly Report")
> CANCEL
> Close
> Close Dialog
> Close
>
> CamcelEvent
>
> any help would be great.
>
> Cheers Mark
>
> "Duane Hookom" wrote:
>
>> Would you mind sharing some information about your macro? If you want
>> assistance, you need to provide enough information to allow someone to
>> provide help.
>>
>> --
>> Duane Hookom
>> MS Access MVP
>> --
>>
>> "Mark_Milly" <MarkMilly@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:01AC05F6-8EF0-428D-A3B9-6F3D1134CEC1@xxxxxxxxxxxxxxxx
>> > Sorry Al,
>> >
>> > I meant "macros", i have created a macro to ask for a date range and
>> > need
>> > this date range to show on my report.
>> >
>> > Sorry for any confusion
>> >
>> > Cheers Mark
>> >
>> > "Al Camp" wrote:
>> >
>> >> Mark,
>> >> Not sure what you mean by "popups."
>> >> Do you mean you created a parameter query, and two "Input Boxes"
>> >> come
>> >> up
>> >> to prompt the user for a StartDate and EndDate?
>> >>
>> >> If that's so, then you probably have two parameters in the query
>> >> behind
>> >> your report.
>> >> Something like...
>> >> Between [Enter Starting Date] and [Enter Ending Date]
>> >> Given that example, an unbound text control on the report with a
>> >> Control
>> >> Source of...
>> >> = "From " & [Enter Starting Date] & " to " & [Enter Ending
>> >> Date]
>> >> would yield the "date subtitle" your looking for in your header.
>> >> --
>> >> hth
>> >> Al Camp
>> >> Candia Computer Consulting - Candia NH
>> >> http://home.comcast.net/~cccsolutions
>> >>
>> >>
>> >> "Mark_Milly" <MarkMilly@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> >> news:90655C4C-F7C3-435D-B3C8-50490A0C389F@xxxxxxxxxxxxxxxx
>> >> > Hi Guys,
>> >> >
>> >> > I have created a report for monthly sales with popups to enter the
>> >> > date
>> >> > range. How can I show the date range on the header of the report?
>> >> >
>> >> > If anyone can help it would be greatly appreiciated.
>> >> >
>> >> > Cheers Mark
>> >>
>> >>
>> >>
>>
>>
>>
.
- Follow-Ups:
- Re: Date range on reports
- From: Mark_Milly
- Re: Date range on reports
- References:
- Re: Date range on reports
- From: Al Camp
- Re: Date range on reports
- From: Duane Hookom
- Re: Date range on reports
- From: Mark_Milly
- Re: Date range on reports
- Prev by Date: Re: Date range on reports
- Next by Date: Re: Date range on reports
- Previous by thread: Re: Date range on reports
- Next by thread: Re: Date range on reports
- Index(es):
Relevant Pages
|