S
Steve
First off, I'm working on my first Access database, so I'm
obviously new to all of this. Here's the situation: I'm
making a database to hold some records for a hospital at
which I volunteer. The database will store patient
vitals, medications, etc. I tried to enter all of the
necessary fields into one table, but there were too many.
So, I decided to split the fields up - one table for
vitals, another for medications, and so on. I'm trying to
get it so that if you search for a patient by social
security number, you can get the full gammit of their data
(everything from each different table). Put another way,
I'm trying to get it so that the series of tables act as
one. I've tried using one to one relationships (putting
the patient social as the primary key in each table),
using separate forms and having the expression builder
just copy the social security number from a separate
table... the list goes on. I know I could just have the
user enter in the patient social number each time, but
that is obviously impractical, and I'm thinking there's a
way to avoid having to do that. Anyhow, that's what I'm
trying to do, so if anyone can just tell me how to do it,
I'd be incredibly grateful! Thanks!
obviously new to all of this. Here's the situation: I'm
making a database to hold some records for a hospital at
which I volunteer. The database will store patient
vitals, medications, etc. I tried to enter all of the
necessary fields into one table, but there were too many.
So, I decided to split the fields up - one table for
vitals, another for medications, and so on. I'm trying to
get it so that if you search for a patient by social
security number, you can get the full gammit of their data
(everything from each different table). Put another way,
I'm trying to get it so that the series of tables act as
one. I've tried using one to one relationships (putting
the patient social as the primary key in each table),
using separate forms and having the expression builder
just copy the social security number from a separate
table... the list goes on. I know I could just have the
user enter in the patient social number each time, but
that is obviously impractical, and I'm thinking there's a
way to avoid having to do that. Anyhow, that's what I'm
trying to do, so if anyone can just tell me how to do it,
I'd be incredibly grateful! Thanks!