Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Queries / November 2007

Tip: Looking for answers? Try searching our database.

Show all records with parameter prompt

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PHisaw - 19 Nov 2007 19:46 GMT
Hi,

I'm not sure what I'm missing but I have a query set up with the following
fields and prompts underneath each.  Everything worked great.  Report opens
with information shown and calculated.  Now, boss wants to see all jobs
regardless of vendor or model and I can't get the query to list every entry.  
Can someone please tell me what I need to enter to show all records?

Thanks for any help,
Pam

PumpType                                      
[Forms]![fStatusCount]![Vendor]

Model
Like "*" & [Forms]![fStatusCount]![Model] & "*"

Invoiced
Between [Forms]![fStatusCount]![StartDate] And
[Forms]![fStatusCount]![EndDate]
Jerry Whittle - 19 Nov 2007 20:15 GMT
Your model should work if left blank. That leaves Venor. Below should do it:

PumpType
Like "*" & [Forms]![fStatusCount]![Vendor]
Signature

Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

> Hi,
>
[quoted text clipped - 16 lines]
> Between [Forms]![fStatusCount]![StartDate] And
> [Forms]![fStatusCount]![EndDate]
PHisaw - 20 Nov 2007 15:51 GMT
Thanks, Jerry, for the prompt reply and solution.  That did the trick!!

> Your model should work if left blank. That leaves Venor. Below should do it:
>
[quoted text clipped - 21 lines]
> > Between [Forms]![fStatusCount]![StartDate] And
> > [Forms]![fStatusCount]![EndDate]
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.