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 / December 2005

Tip: Looking for answers? Try searching our database.

Data in query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
halima - 02 Dec 2005 10:11 GMT
Goodmorning,

In my query I have a Bill date, I would like to know how I can have all
bills < than 90 days as well as all bills > than 90 days

Thanks!
halima - 02 Dec 2005 11:10 GMT
I tried to solve the problem by using the condition where in my query

"where bill_date"<="bill date"+"90" but I would like to know whether it is
sufficient knowing that it also concerns aging bills from 1994.

Thank you!

> Goodmorning,
>
> In my query I have a Bill date, I would like to know how I can have all
> bills < than 90 days as well as all bills > than 90 days
>
> Thanks!
Michel Walsh - 02 Dec 2005 11:36 GMT
Hi,

if you mean to find a recorded  date, DataStamp, of a date more than 90 days
from now:

   Datestamp <= Date() - 90

if you mean to find a dateOfPayment occurring more than 90 days after the
dateOfBilling:

   DateOfBilling <= DateOfPayment -90

Hoping it may help,
Vanderghast, Access MVP

> Goodmorning,
>
> In my query I have a Bill date, I would like to know how I can have all
> bills < than 90 days as well as all bills > than 90 days
>
> Thanks!
 
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.