thank you for your interest. i know it's going to sound crazy to you guys,
but opening up 14 forms will make the user's lives much simpler. the
application is for the nursing home industry. when they get a new resident
they must perform a plethora of assessments on them (up to about 350 "things"
may be checked). currently, the majority of them are doing this on paper
forms and the process can take up to 4 hours per admission. these
assessments consist of checking things like their mental health (depression,
anxiety, etc.), physical health (missing teeth, wearing glasses, etc.),
property (how many sweatshirts, how many slippers, any valuables, etc.). i
started with a table for resident info such as name, SS#, race, etc. this
table has key field of a unique patient ID# (data is entered once only). 1
other table (for medications) has the patientID# field and 5 other fields for
the multiple meds they may be taking (data may be updated at any time)(many
to one relationship). the other 12 tables consist of PatientID# field (key)
and whatever fields needed to check that category (one to one relationship).
what i'm trying to do is after the resident is registered (data entered into
table 1) i wanted the users to be able to go through the rest of the
assessment procedure without having to enter the patientID# on each of the
successive 12 forms. (it's here that i think i'm trying to make the user's
life simple and mine difficult). to add to the problem, there is another
application related to this that i want to be an add-on. it's similar in
scope with number of tables and fields except that there may be multiple
assessments for each patient.
between the 2 apps there are approximately 730 fields split into quite a few
tables with no repeating data except the patientID#.
clear as mud?
i'm thankful there are 3 heavy hitters like yourselves interested.