473,549 Members | 2,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Setting Future Dates, like a scheduler for a to do list

Can this be done in access by a lay person? Also, are there any tutorials for
this type of addition to your applications?

I'm trying to use a calendar control to set a date in the future for a to do
list, similar to a PIM. If the date exists, then I want to open that date, if
it doesn't I want to create that date. Thought about make table query, but not
sure to go from there.

Any help would greatly be appreciated. I searched Deja News and Google and kept
seeing the same thing, either buy, or there wasn't anything. Oh and I'm using
Access 97.

Michael
Nov 12 '05 #1
3 1621
Your question is not entirely clear.
The Calendar control is simply a graphical tool for returning/selecting a
Date value. What you do with it beyond that has nothing to do with the
control. If you are asking if the "lay person" can create a PIM application,
then I would tend to say, "Yes..A simple one." If you are asking how to
create a PIM, then the answer is much longer and would depend a lot on what
exactly you want the app to do. If you are asking what to do with the
returned date, again it depends on what exactly you want the app to do. For
"the lay person" who is not interested in the challenge, purchasing a PIM
(Like Outlook for instance) would be far simpler.

Mike Storr
www.veraccess.com
"Lumpierbritche s" <lu************ *@aol.com> wrote in message
news:20******** *************** ****@mb-m01.aol.com...
Can this be done in access by a lay person? Also, are there any tutorials for this type of addition to your applications?

I'm trying to use a calendar control to set a date in the future for a to do list, similar to a PIM. If the date exists, then I want to open that date, if it doesn't I want to create that date. Thought about make table query, but not sure to go from there.

Any help would greatly be appreciated. I searched Deja News and Google and kept seeing the same thing, either buy, or there wasn't anything. Oh and I'm using Access 97.

Michael

Nov 12 '05 #2
Mike,

Thank you for your reply. I'm trying to use the Calendar control to create a
date book in access to schedule future events, with dates only. I'm trying to
find some tips or code on how to do this.

I know the calendar control is just for date input, so how do I create a form,
on the fly to store date events or do I check to see if that date is already
there, so I don't have more than one date floating around for events?

Michael
Nov 12 '05 #3
Hi Mike,

In it's simplest form, it's not too tough:

1.) Create an unbound form called "frmAppointment s"
2.) Add an ActiveX calendar control named "MyCal", and a subform called
"sbfAppointment s" which is bound to "tblAppointment s"
3.) Set the LinkMaster to "MyCal " and the LinkChild to "ApptDate"
4.) Add some code to set the date to today's date when the form loads.
5.) Tools / Startup ... Display Form: "frmAppointment s"
Option Compare Database
Option Explicit

Private Sub Form_Load()
Me.MyCal = Date
End Sub

Private Sub MyCal_AfterUpda te()
Me.sbfAppointme nts.Requery
End Sub

Now as soon as you open your database, all appointments for today are
displayed in the subform.
New appointments can also be added for the date selected, using the same
subform.

IF the subform was a lttle too small to "get all the details", you could do
something like double-click on the "ApptID" field in the subform and have a
new full-sized form called "frmAppointment Details" open to the same record.
(Just an idea.)
--
HTH,
Don
=============== ==============
Use My*****@Telus.N et for e-mail
Disclaimer:
Professional PartsPerson
Amateur Database Programmer {:o)

I'm an Access97 user, so all posted code
samples are also Access97- based
unless otherwise noted.

Do Until SinksIn = True
File/Save, <slam fingers in desk drawer>
Loop

=============== =============== ==


"Lumpierbritche s" <lu************ *@aol.com> wrote in message
news:20******** *************** ****@mb-m17.aol.com...
Mike,

Thank you for your reply. I'm trying to use the Calendar control to create a date book in access to schedule future events, with dates only. I'm trying to find some tips or code on how to do this.

I know the calendar control is just for date input, so how do I create a form, on the fly to store date events or do I check to see if that date is already there, so I don't have more than one date floating around for events?

Michael

Nov 12 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
5798
by: Eric | last post by:
I'm trying to have some scripts run periodically on Windows XP and found the "Task Scheduler" did not execute my scripts. My scripts are of the form scriptName.py, and will run just by invoking that name in the Command Prompt. Has anyone used the Windows Task Scheduler to run .py scripts, and if so isthere some intracacy to it? Is there a...
242
13187
by: James Cameron | last post by:
Hi I'm developing a program and the client is worried about future reuse of the code. Say 5, 10, 15 years down the road. This will be a major factor in selecting the development language. Any comments on past experience, research articles, comments on the matter would be much appreciated. I suspect something like C would be the best based on...
3
1299
by: Lumpierbritches | last post by:
Can this be done in access by a lay person? Also, are there any tutorials for this type of addition to your applications? I'm trying to use a calendar control to set a date in the future for a to do list, similar to a PIM. If the date exists, then I want to open that date, if it doesn't I want to create that date. Thought about make table...
8
1623
by: MLH | last post by:
Anybody's solution would be appreciated. Pls, do not pause to write anything for this. I'm not looking for that kind of a handout. I have an idea about how to do it, but I wanted to see if anyone has already done it and is proud of their achieve- ment and willing to share it. The courts order public sales of property in judgments in my...
7
15189
by: Shane Story | last post by:
Have an app and would like to allow easy addition of MYAPP.EXE /F /P (for example) my prog with command line args, as a job to be run. Would like to make it easier on the user to run the app. I want to have it run automatically as specified by the user. What is the best thing to do and what platforms would it limit me to?
1
6455
by: laredotornado | last post by:
Hi, I'm using PHP 4.4.4 on Apache 2 on Fedora Core 5. PHP was installed using Apache's apxs and the php library was installed to /usr/local/php. However, when I set my "error_reporting" setting to be "E_ALL", notices are still not getting reported. The perms on my file are 664, with owner root and group root. The php.ini file is located...
3
20831
by: lsmith | last post by:
Dear group, I am the new volunteer coordinator for a non-profit organization in Tucson, AZ. One of my main focuses is to develop our own volunteer pool using either MS Access 2002 or Excel spreadsheets. I've used this software in previous positions and was very comfortable with the software but I'm a bit of a novice in setting up...
2
3676
by: =?Utf-8?B?Sm9ubnk=?= | last post by:
I have an ASP.NET 2.0 C# web application that is contacting an Exchange server using WEBDAV. It allows the users to look up appointments for a future date. The problem I have is determining the correct client time zone. Note that Exchange stores everything in UTC time. I am able currently able to use javascript to ask the client what time...
3
2643
by: NDayave | last post by:
How Do, Is there any way to get a drop down menu to show all dates into the future, without entering them into a table beforehand? I really don't want to use the calendar control, but I need to be able to enter any date in the future. Cheers, NDayave
0
7451
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7960
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7812
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6048
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5372
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5089
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
1944
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1061
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
766
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.