473,473 Members | 2,073 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Recurring Dates

9 New Member
I am new to access, can some tell me how to setup "reoccuring Dates". I need to setup a PM schedule every week, month, year?
May 8 '07 #1
10 1696
Rabbit
12,516 Recognized Expert Moderator MVP
Set up reoccuring dates for what? What is it that you want to do on those dates?
May 8 '07 #2
tjtj
9 New Member
Set up reoccuring dates for what? What is it that you want to do on those dates?
I need to show a "memo" field on a weelky , mounthly, yearly bases.
Example, "Clean macine each week" listed from my form memo field.
May 8 '07 #3
Rabbit
12,516 Recognized Expert Moderator MVP
In the On Load event of the form it would check to see if the current date matches your chosen reoccuring series.
May 8 '07 #4
tjtj
9 New Member
I am new to access, can some tell me how to setup "reoccuring Dates". I need to setup a PM schedule every week, month, year?

SELECT DISTINCTROW PMPRINTMONTHLY.AssetDescription, PMPRINTMONTHLY.[Initial Start Date PM], PMPRINTMONTHLY.[Sum Of Weekly] AS [Sum Of Sum Of Weekly], PMPRINTMONTHLY.[First Of PM Task List Weekly] AS [First Of First Of PM Task List Weekly], PMPRINTMONTHLY.Comments AS [First Of Comments], Assets.[PM Task List Weekly], PMPRINTMONTHLY.[Sum Of Monthly] AS [Sum Of Sum Of Monthly]
FROM Assets INNER JOIN PMPRINTMONTHLY ON Assets.AssetDescription = PMPRINTMONTHLY.AssetDescription
WHERE (((PMPRINTMONTHLY.[Initial Start Date PM]) Between [START DATE OF WEEK] And [END DATE OF WEEK]) AND ((PMPRINTMONTHLY.[Sum Of Weekly])=Yes));
May 8 '07 #5
Rabbit
12,516 Recognized Expert Moderator MVP
SELECT DISTINCTROW PMPRINTMONTHLY.AssetDescription, PMPRINTMONTHLY.[Initial Start Date PM], PMPRINTMONTHLY.[Sum Of Weekly] AS [Sum Of Sum Of Weekly], PMPRINTMONTHLY.[First Of PM Task List Weekly] AS [First Of First Of PM Task List Weekly], PMPRINTMONTHLY.Comments AS [First Of Comments], Assets.[PM Task List Weekly], PMPRINTMONTHLY.[Sum Of Monthly] AS [Sum Of Sum Of Monthly]
FROM Assets INNER JOIN PMPRINTMONTHLY ON Assets.AssetDescription = PMPRINTMONTHLY.AssetDescription
WHERE (((PMPRINTMONTHLY.[Initial Start Date PM]) Between [START DATE OF WEEK] And [END DATE OF WEEK]) AND ((PMPRINTMONTHLY.[Sum Of Weekly])=Yes));
I have no idea what this is for. Other than that it selects records and filters for a date range, I don't know what you want to do with this query.
May 8 '07 #6
tjtj
9 New Member
I have no idea what this is for. Other than that it selects records and filters for a date range, I don't know what you want to do with this query.
Sorry, I have a date range that will show a report with in a date range. I need to have the report run weekly. The report represents task weekly.
May 8 '07 #7
Rabbit
12,516 Recognized Expert Moderator MVP
Sorry, I have a date range that will show a report with in a date range. I need to have the report run weekly. The report represents task weekly.
Well, then you can do what I mentioned earlier and in the On Load event of a form, like the switchboard, it will check to see if it's the last day of the week and if it is, opens the report.
May 8 '07 #8
tjtj
9 New Member
Well, then you can do what I mentioned earlier and in the On Load event of a form, like the switchboard, it will check to see if it's the last day of the week and if it is, opens the report.
Thanks...I am unclear what you mean , can you tell me what I need to do at the "on load" part of my form. I opened the form and and found onload, do I select on event?
May 8 '07 #9
Rabbit
12,516 Recognized Expert Moderator MVP
Thanks...I am unclear what you mean , can you tell me what I need to do at the "on load" part of my form. I opened the form and and found onload, do I select on event?
In the On Load property, if you click the little box with 3 dots on the far right, there'll be a popup, choose code builder and it will bring you to the VBA editor.

That's where you do the coding.
May 8 '07 #10
tjtj
9 New Member
In the On Load property, if you click the little box with 3 dots on the far right, there'll be a popup, choose code builder and it will bring you to the VBA editor.

That's where you do the coding.
Thank you.....
May 8 '07 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Shabam | last post by:
I'm having a calendar feature developed whereby users can add recurring events. These recurring events can have start and end dates, meaning they will recur only within a date range. For...
5
by: gil | last post by:
I initially tried building a coded system where numbers 1 through 10 referenced a certain type of recurring appointment, and would then call a specific function for each, but as more appointments...
1
by: steve | last post by:
Hi All I am writing a program for a gymnasium for membership control It is the first time I have had to deal with appointment diaries and I want to know the best way to store recurring...
2
by: matthias | last post by:
I am creating a database which is supposed to contain many data entries (events) that differ only in the date they occur. So let's say event 1 occurs every Monday, Tuesday and Sunday between...
2
by: nepdae | last post by:
Please forgive me, this is a long one. My 11-user Access 2000 database is having recurring corruption problems. The symptoms include the following: 1) corrupted fields in recently created or...
1
by: TC | last post by:
Hi, I have an app that is going to require recurring diary entries, it's a relatively simple app but I have no idea how to go about the recurring entry side of things. The functionality needs to...
0
by: =?Utf-8?B?TWVlbWEgSnVkeQ==?= | last post by:
I have a Verizon Palm Treo 755p and use Outlook 2002 on my new HP Pavilion (Vista 64-bit). When I was syncing on my old XP PC, everything worked fine. On the Vista PC, when I finally got it to...
2
by: Kshetra | last post by:
Hi All, I wanted to know more about how monthly recurring of payments is done through paypal.I need to integrate payments through paypal in my application such that No where I will track the...
23
by: CFFAN | last post by:
Is it possible recurring payment using PayPal Pro? How to use paypal.cfc? Is paypal java sdk needed for this? can anyone gve detail description to applay paypal in coldfusion?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.