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 / May 2006

Tip: Looking for answers? Try searching our database.

Query more than on column of years

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Fly Boy 5 - 31 May 2006 18:52 GMT
I have a select query linking 3 databases.  Customer, Fillers and Service

Select query has a field named service which is filled with dates.

I added this formula in the next coulmn field to the right of the service
field.       Year([service])  then 2005 in the criteria field.  It counts
each time someone has serviced the customer in the crosstab query.
I need to show anothe column for 2006.

Can anyone help?       Thanks!
JethroUK© - 31 May 2006 19:46 GMT
how about Year([service])+1

> I have a select query linking 3 databases.  Customer, Fillers and Service
>
[quoted text clipped - 6 lines]
>
> Can anyone help?       Thanks!
Marshall Barton - 31 May 2006 20:51 GMT
>I have a select query linking 3 databases.  Customer, Fillers and Service
>
[quoted text clipped - 4 lines]
>each time someone has serviced the customer in the crosstab query.
>I need to show anothe column for 2006.

Change the criteria to:

    IN(2005,2006)

Signature

Marsh
MVP [MS Access]

 
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.