RE: Using forms to print reports based off of queries
- From: "Ofer" <Ofer@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 16 May 2005 14:59:16 -0700
Yes, you can choose it in your toolbar.
right click on the tool bar, choose customise, commands, choose tools
there youll see few commands, one of them is anlayse with excel, or word and
more
"Keith Meier, MCSA" wrote:
> Thank you,
>
> Is there a way to create a control that would export the results of a query
> into Excel?
>
> Thanks again in advance,
> Keith
>
> "Ofer" wrote:
>
> > Rick gave you one way, another way will be
> > when you give the command to print you can add the filter
> > ' incase the field is number type
> > docmd.OpenReport "ReportName",acViewPreview,,"[MyFieldInQuery]= " &
> > me.[MyFieldOnform]
> >
> > ' incase the field is text type
> > docmd.OpenReport "ReportName",acViewPreview,,"[MyFieldInQuery]= '" &
> > me.[MyFieldOnform] & "'"
> >
> > "Keith Meier, MCSA" wrote:
> >
> > > I have a couple of reports that pull their information off of a single query
> > > and want to know if a form can add a filter to the query results for the
> > > reports.
> > >
> > > i.e. I have a sales query and I have a form that the user selects the month
> > > and it will print out the sales report for January.
.
- Follow-Ups:
- RE: Using forms to print reports based off of queries
- From: Keith Meier, MCSA
- RE: Using forms to print reports based off of queries
- References:
- Using forms to print reports based off of queries
- From: Keith Meier, MCSA
- RE: Using forms to print reports based off of queries
- From: Ofer
- RE: Using forms to print reports based off of queries
- From: Keith Meier, MCSA
- Using forms to print reports based off of queries
- Prev by Date: Re: empty ComboBox not always registering as null
- Next by Date: Re: Referring to control on subform
- Previous by thread: RE: Using forms to print reports based off of queries
- Next by thread: RE: Using forms to print reports based off of queries
- Index(es):
Relevant Pages
|