473,379 Members | 1,201 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,379 software developers and data experts.

Setting reminders in Access 2003

Hello,

I have been giving a big task to add some additional features to the Access DB at work. I am not the one who originally created the DB, which makes it harder. I am familiar with access but for what is being asked of me I believe requires programming. I have all the tables, forms I need but don’t know how to put the programming part together. If it does require programming please be patient with me I will try my best.
I will try to explain as best as I can what features need to be added to the DB. There are three features that I need to add.
Currently on the main form [PT_Details], record source is {QryPatientDetails], a user can see all the information in regards to a patient.

On the main for [PT_Details] I have a combo box [cboFollowUp], created from [TblActivity] that lists activities such as (Medical Review, Appointment, etc.). When a user selects an option from the combo box I would like the combo box selection and the following fields (AcctNumber, PTname, Phone#, PTbalance) which are the main form to be copied to form [Frm_FollowUp_Activities].

Now this is where it gets confusing, maybe there’s another way to simplify the process. Once a selection from the combo box is selected, I would like form [Frm_FollowUp_Activities] to pop up. This form is created from table [Tbl_FolowUp_Activities]. The form contains the following fields.
ACCT#,
PT_Name,
Phone_#,
PT_Balance,
ActivityDate (if selected today, it would populate with today’s date)
Follow_Up_Date (date selected from calendar)
Activity (selection from combo box)
Notes (a field to add notes, 255 characters max)
Complete (yes/no field not displayed, to be used later on another form)

I would like the fields from the main form [PT_Details] to populate the appropriate fields on the [Frm_FollowUp_Activities]. On this form I added the MSCAL.Calendar.7 which is called [Calendar7]. Once a date is selected from the calendar I would like for it to populate the [Follow_Up_Date] field on the form. Once the user have selected a date and added a few notes, I would like for them to click on the save button and have everything copied to [Tbl_FolowUp_Activities] and the form closes. If a user needs to add more than one activity to an account then they would repeat the process again. I really hope this makes sense. When I think about it sometimes it confuses me.

Before I mention the other features I think I should try to get this solved first before I do anything else. Any help would be greatly, tremendously appreciated.

Thank you for your time,

LostBoy
Nov 20 '06 #1
1 2454
Hello,

I have been giving a big task to add some additional features to the Access DB at work. I am not the one who originally created the DB, which makes it harder. I am familiar with access but for what is being asked of me I believe requires programming. I have all the tables, forms I need but don’t know how to put the programming part together. If it does require programming please be patient with me I will try my best.
I will try to explain as best as I can what features need to be added to the DB. There are three features that I need to add.
Currently on the main form [PT_Details], record source is {QryPatientDetails], a user can see all the information in regards to a patient.

On the main for [PT_Details] I have a combo box [cboFollowUp], created from [TblActivity] that lists activities such as (Medical Review, Appointment, etc.). When a user selects an option from the combo box I would like the combo box selection and the following fields (AcctNumber, PTname, Phone#, PTbalance) which are the main form to be copied to form [Frm_FollowUp_Activities].

Now this is where it gets confusing, maybe there’s another way to simplify the process. Once a selection from the combo box is selected, I would like form [Frm_FollowUp_Activities] to pop up. This form is created from table [Tbl_FolowUp_Activities]. The form contains the following fields.
ACCT#,
PT_Name,
Phone_#,
PT_Balance,
ActivityDate (if selected today, it would populate with today’s date)
Follow_Up_Date (date selected from calendar)
Activity (selection from combo box)
Notes (a field to add notes, 255 characters max)
Complete (yes/no field not displayed, to be used later on another form)

I would like the fields from the main form [PT_Details] to populate the appropriate fields on the [Frm_FollowUp_Activities]. On this form I added the MSCAL.Calendar.7 which is called [Calendar7]. Once a date is selected from the calendar I would like for it to populate the [Follow_Up_Date] field on the form. Once the user have selected a date and added a few notes, I would like for them to click on the save button and have everything copied to [Tbl_FolowUp_Activities] and the form closes. If a user needs to add more than one activity to an account then they would repeat the process again. I really hope this makes sense. When I think about it sometimes it confuses me.

Before I mention the other features I think I should try to get this solved first before I do anything else. Any help would be greatly, tremendously appreciated.

Thank you for your time,

LostBoy
Can anyone give me some advice on this?
Nov 21 '06 #2

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

Similar topics

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...
5
by: mark s | last post by:
How can I make a checkbox that says "Do not show this again at startup" on my reminder form? Thanks! -- name: Mark S. email: huskie_009@hotmail.com *** Sent via Developersdex...
1
by: Outsider | last post by:
Is anyone else having trouble setting a new COLOR_APPWORKSPACE in Access 2003. I can set all the other colors except this one. I am also using WindowsXP 2003 Professional. Can this be an issue? ...
3
by: paulwilliamsonremove | last post by:
Hi, I have been manually setting up relationships in Access 2003. I received an error message when leaving a form that told me the record could not be saved because I had to have a related...
0
by: Wolf | last post by:
Hi I am using the outlook add in for vs.net 2005 and outlook 2003. I am creating contacts in outlook from our system The clients want to see only the birthdate's and dont want to be bugged...
1
by: simon | last post by:
I have an unbound RTF2 control in an Access 2003 form which I set to show either unformatted text or else text with words and sentences highlighted. I do this by setting the PlainText property,...
0
by: iceborg | last post by:
Greetings, I have an application that was originally designed in Access 2000. It has been transformed to Access 2002 (XP), Access 2003, and now Access 2007. I have a form and subform, the...
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...
7
by: nicola1982 | last post by:
Hi, This may sound ridiculously stupd but i taught myself Microsoft Access so my knowledge is VERY sketchy. I have set up a database of all my sales leads, contact details, time and topic of calls...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.