473,394 Members | 1,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Creating reminders - Can this be done?

153 100+
Howdy...I'm still a newbie although I've been working with Access for a couple of months now, it's only been on Fridays (but I've been trying to give back by helping out when I can). Anyways this may be a kind of complicated question, but my boss wants to know if I can create a reminder somehow, with outlook, or at least when she opens access, that certain contracts are going to end in a certain number of days and then display a list of these contracts (usually something along the lines of 90 days). Anyways if this can be done please let me know :) It would be very appreciated.

Cheers,
Kosmös
Dec 7 '06 #1
6 2043
Howdy...I'm still a newbie although I've been working with Access for a couple of months now, it's only been on Fridays (but I've been trying to give back by helping out when I can). Anyways this may be a kind of complicated question, but my boss wants to know if I can create a reminder somehow, with outlook, or at least when she opens access, that certain contracts are going to end in a certain number of days and then display a list of these contracts (usually something along the lines of 90 days). Anyways if this can be done please let me know :) It would be very appreciated.

Cheers,
Kosmös

When you open Access you can run a report to do that.
Create a Macro called Autoexec and inside it run a report (rptContractsExpire)

The report will be linked to a query (qryContractsExpire) that tests the date against the date of the contract +90 days or what ever your criteria is. So [ContractDate] field criteria should be >=Date()+30 provided your date is in date format and not text format. Othewise you need to be creative.

--Jason
Dec 7 '06 #2
Kosmos
153 100+
okay thanks, but is there a way I can get this to integrate with access? I already have created a module for testing for the end date and therefore the amount of days the user has before the contract has expired....but I wanted to create a reminder and hopefully that can be added into MS Outlook. Is that possible?
Dec 7 '06 #3
MMcCarthy
14,534 Expert Mod 8TB
okay thanks, but is there a way I can get this to integrate with access? I already have created a module for testing for the end date and therefore the amount of days the user has before the contract has expired....but I wanted to create a reminder and hopefully that can be added into MS Outlook. Is that possible?
You can put your code behind the form that opens on start up in the form load event. Then when the query is run use the following to send a spreadsheet of the results to whomever.

Expand|Select|Wrap|Line Numbers
  1. DoCmd.SendObject acSendReport, "QueryName", acFormatXLS, "EmailAddress", , , "SubjectLine", "Message"
  2.  
Mary
Dec 7 '06 #4
Kosmos
153 100+
Cool thanks :)
Dec 7 '06 #5
MMcCarthy
14,534 Expert Mod 8TB
Cool thanks :)
No problem.

Mary
Dec 7 '06 #6
NeoPa
32,556 Expert Mod 16PB
okay thanks, but is there a way I can get this to integrate with access? I already have created a module for testing for the end date and therefore the amount of days the user has before the contract has expired....but I wanted to create a reminder and hopefully that can be added into MS Outlook. Is that possible?
If all your data is stored in Access then it should be possible.
You can export the data to Excel format easily enough (as per Mary's suggestion), but Outlook would need to use the reference to the Outlook application (I would guess). Unfortunately I've never worked in that area so can't help with details.

PS. A module should certainly not be required to test the dates. SQL can handle that perfectly adequately.
Dec 7 '06 #7

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

Similar topics

1
by: Nel | last post by:
Hi PHPers I want to write a system that will create and e-mail invoices to my customers for web services I provide. Everything from hosting, to domain reg and annual maintenance fees. For...
3
by: JP SIngh | last post by:
Is there a way to automatically execute code in ASP? I need to send reminders for one my applications and need some suggestions how I can send reminder emails automatically. Many thanks
3
by: Yair Cohen | last post by:
HI all, any1 know an idea of makeing a good reminder system. i mean, it will store on the DB. and it will jump when it should and u can postphone or decline it. is there any known method to do...
1
by: hecsan07 | last post by:
I want to write an App to schedule tasks. I need some ideas on how to send reminders to users about their tasks. I should work pretty much like an scheduler. Any ideas how I can accomplish this? ...
7
by: Janey | last post by:
Hi there, I'm setting up a database to track ethical applications related to research and I want to it remind me whenever any of the projects are due for annual review. How can I best go about...
11
by: Saher | last post by:
Thanks, for the help! hey guys, thanks 4 the help. By the way my access still wont work, but its alright, because i dont need to use it immediately, and im getting a laptop, so it shud be fine. I...
4
by: HariKutty | last post by:
Hello every one, I am working in Asp.Net 2005 web Application.I am storing my employees Details in the Database that includes there Birthday dates,Emailid.So my task is automatically mail should...
2
by: THEAF | last post by:
hi, I'm trying to create a reminder. i have 2 forms one for to set the reminder and one to view all the reminders. these reminders are recorded on access. i can save the reminder and the other form...
5
by: njuneardave | last post by:
I have a full-screen C# app, but windows notifications (the little balloons on the bottom right-hand of the screen) and outlook reminders will pop on top of my app. i want to prevent them from...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.