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

New to Access 2002 Question

Hi

My employer sent me to school to learn acess 2002, I have started fast track
classes at a technical institute, although I'm learning alot, I seem to be
learning everything except what I need in access to allow me to do my job.
Based on the sophisticated Posts i read here i can see that my knowledge of
access is rudementary at best, I'm basically in the early stages of learning
, hopefully I can ask an intelligent understandable question. Basically this
is what I'm trying to do. I work for a Respitory supply company which rents
out Cpap Machines, nebulizers ect, These Cpap machines have servicable Parts
which need to be replaced on a Regular basis. Theses Basic Servicable Parts
are 1. Masks, 2.Tubing 3 Filters 4 Nasal Pillows 5. Chinstraps. The Masks
are usually replaced every 6 months, filters 2months, pillows 2months. My
task is to design a Database or query that will Tell me For Each Patient
When these various parts need to be replaced. So if I set up a patient
let's say John Doe today 10/21/2004, I would need a Query that will tell me
when Each of the servicable items needs to be Replaced, so that I would know
when joe does gets new filters (every two months) masks (every six months
ect, ect,. So far I am in the early stages of designing my database, I
have a Patients table, and a simple form to input patient information. I
haven't had much time to study as I work full time. I would greatly
appreciate anyone that could help me or guide me to information that would
set me on track to achieving my goals . thanks
Nov 13 '05 #1
1 1188
Hi Odie

Well, you do have quite a task ahead! If you are learning Access as you go,
and doing this in spare time around other work, it could take 12 months or
more to get something workable together.

At the simplest level you need these tables:

tblEquipType = one record for each kind of equipment.

tblPart = one record for each part.

tblEquipTypePart = one record for each part in each EquipType. Fields:
EquipTypePartID primary key (PK)
EquipTypeID foreign key (FK) to tblEquipType
PartID FK to tblPart.PartID
Duration Number (number of months between replacements
of this part in this equipment type).

tblEquip = one record for each machine (instance of an EquipType). Fields:
EquipID PK
EquipTypeID FK to tblEquipType.EquipTypeID
AcquireDate Date (when the machine was purchased)

tblMaint one record for each time a part is maintained in an
Equip.
MaintID PK
EquipID FK to tblEquip.EquipID
PartID FK to tblPart.PartID
MaintDate Date (when this part was replaced)
With that structure, you can find the last time the particular part was
replaced in any piece of equipment, add the number of months that the part
lasts in that type of equipment, and you have the date when it is next due.
If the part has never been replaced, then add the number of months to the
acquisition date. Do not try to store the date when it needs to be done
again.

If you do need commerical help to get a result, many of us have done this
kind of work.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Odie" <oh******@sbcglobal.net> wrote in message
news:EW*****************@newssvr11.news.prodigy.co m...

My employer sent me to school to learn acess 2002, I have started fast
track
classes at a technical institute, although I'm learning alot, I seem to be
learning everything except what I need in access to allow me to do my job.
Based on the sophisticated Posts i read here i can see that my knowledge
of
access is rudementary at best, I'm basically in the early stages of
learning
, hopefully I can ask an intelligent understandable question. Basically
this
is what I'm trying to do. I work for a Respitory supply company which
rents
out Cpap Machines, nebulizers ect, These Cpap machines have servicable
Parts
which need to be replaced on a Regular basis. Theses Basic Servicable
Parts
are 1. Masks, 2.Tubing 3 Filters 4 Nasal Pillows 5. Chinstraps. The
Masks
are usually replaced every 6 months, filters 2months, pillows 2months. My
task is to design a Database or query that will Tell me For Each Patient
When these various parts need to be replaced. So if I set up a patient
let's say John Doe today 10/21/2004, I would need a Query that will tell
me
when Each of the servicable items needs to be Replaced, so that I would
know
when joe does gets new filters (every two months) masks (every six months
ect, ect,. So far I am in the early stages of designing my database, I
have a Patients table, and a simple form to input patient information. I
haven't had much time to study as I work full time. I would greatly
appreciate anyone that could help me or guide me to information that would
set me on track to achieving my goals . thanks

Nov 13 '05 #2

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

Similar topics

1
by: Steve Claflin | last post by:
I have a database with a moderate number of records in several tables (the biggest table at the moment is about 800 records). In development it got moved between 2K and XP repeatedly. Several...
20
by: John | last post by:
Hi, I've recently upgraded from Access 97 to Access 2002 & the performance basically stinks. I have tried the following items listed below but it has only had a minor impact: 1) Upgraded Jet...
14
by: wolftor | last post by:
1) Is there a free runtime version of Access available that is more recent than the one for Access 2000? 2) If I create an application (MDE) in A2K, will it run on all later versions of Access?...
7
by: Sean Howard | last post by:
This is not a question, but I need a bit of advice. I need to create a software solution for users in various countries. Normally I would use Access 2000 and simply deliver the databases for...
4
by: Squirrel | last post by:
I've developed an Access 2002 database which will be deployed with the backend on a server and frontend on the users' PCs. I've now been advised that new employees will be given laptops with...
2
by: DonLi | last post by:
Hi, I have a copy of Access 97 while my client uses Access 2000 which supports Unicode. My client has ordered a copy of Access 2000 upgrade for me, but the middleman, atomicpark.com is totally...
3
by: Danny | last post by:
Thanks Trevor for bringing this point up. I would like to know If I have to buy another copy of access version 2000 for the users who cannot run acces 2002 mdes because the only have version 2000....
6
by: Serious_Practitioner | last post by:
....or lack thereof... I use Access 2000 which I own as part of Office 2000 Professional. I've had enough trouble with glitches to ask if these are common occurrences - 1. Sometimes the "Help"...
9
by: Neil Ginsberg | last post by:
I have a strange situation using Access to automate a Word mail merge. Using Access 2000 and Word 2000, the code opens Word, opens the document in Word, sets a table in the calling Access...
52
by: Neil | last post by:
We are running an Access 2000 MDB with a SQL 7 back end. Our network guy is upgrading to Windows Server 2003 and wants to upgrade Office and SQL Server at the same time. We're moving to SQL Server...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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...

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.