Re: Request for Help! Filtering a Report

Tech-Archive recommends: Speed Up your PC by fixing your registry



You can create an unbound form with combo boxes, list boxes, text boxes, etc
that allow users to make easy selections. Then either build a "where" clause
to use in the DoCmd.OpenReport method or set the criteria in the report's
record source like:

Forms!frmYourForm!cboQuoteID

--
Duane Hookom
MS Access MVP
--

"Landywednak" <Landywednak@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0573FA5C-CFED-412A-A907-B7F3EF5964A1@xxxxxxxxxxxxxxxx
I have a quotation table, in which, records are entered via a Form
interface
and I have a Report for printed output. Using a parameter query to filter
which, quote(report) is to be printed is sort of fine EG: [Enter Date] ,
[Enter Name]. But I would like to present this to the end user in some
form
of choice list, combo, option...whatever...

So if the end user whishes to reprint a quote for example they could maybe
view a list of quote for the past 3 months (say Date, Customer Name,
Amount)
choose it (click) and ONLY the coresonding report opens in preview mode
ready
to print.

Can anybody help me with this please?



.



Relevant Pages

  • combo box on unbound form with its rowsource property left blank
    ... I have an unbound form, frmClients, with text boxes, and combo boxes on it. ... row source to pick up its values. ... textbooks don’t cover this issue at all, ...
    (microsoft.public.access.formscoding)
  • combo box on unbound form with its rowsource property left blank
    ... I have an unbound form, frmClients, with text boxes, and combo boxes on it. ... row source to pick up its values. ... textbooks don’t cover this issue at all, ...
    (microsoft.public.access.modulesdaovba)
  • ADO - recordset navigation with code
    ... behind an unbound form containing unbound text boxes. ... I have set up buttons on my unbound form for MoveNext, ... With ADO code alone, how do I mimic the action ... appearence of moving back and forth through the recordset, ...
    (microsoft.public.access.formscoding)
  • Re: Forms
    ... Have you thought about using an unbound form with unbound controls. ... Use combo boxes for the site and product, and text boxes for the week & weight entries. ...
    (microsoft.public.access.formscoding)
  • REPOST: RE: Problems with Code
    ... >An unbound form does not have any records behind it (An ... Once the text boxes have ... Now then one of the subforms ... >>the relevant field. ...
    (microsoft.public.access.formscoding)