A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

expiry dates report



 
 
Thread Tools Display Modes
  #1  
Old October 30th, 2009, 12:41 PM posted to microsoft.public.access.forms
Tia[_3_]
external usenet poster
 
Posts: 126
Default expiry dates report

Hello,
I have a list of exiry dates for the employees with different dates,
how can i generate a report that gives me the expiry dates of this
month only

Thank you in advance
  #2  
Old October 30th, 2009, 02:46 PM posted to microsoft.public.access.forms
Klatuu[_2_]
external usenet poster
 
Posts: 53
Default expiry dates report

Use a query as the reports record source that filters the records based on
the exipery date:

WHERE Format([ExpireyDate], "yyyy/mm") = Format(Date(), "yyyy/mm")

"Tia" wrote in message
...
Hello,
I have a list of exiry dates for the employees with different dates,
how can i generate a report that gives me the expiry dates of this
month only

Thank you in advance



  #3  
Old October 30th, 2009, 02:59 PM posted to microsoft.public.access.forms
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default expiry dates report

WHERE Format([expiry date], "yyyymm") = Format(Date(), "yyyymm")
--
Build a little, test a little.


"Tia" wrote:

Hello,
I have a list of exiry dates for the employees with different dates,
how can i generate a report that gives me the expiry dates of this
month only

Thank you in advance
.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:42 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.