Re: My form won't open since I created a macro
- From: "Morgaine" <lmfis@xxxxxxxxxxxxxxx>
- Date: Wed, 17 Sep 2008 23:59:01 -0700
I think I understand. The patient would have a one-to-one relationship with
his name, his medical record number, his birthdate, his admission date and
his discharge date. Month 1 would have a one-to-one relationship with the
different due dates for that month only. Month 2 would have a one-to-one
relationship with the due dates entered for that second month only, etc. So
there would have to be a table for the patient, another table for Month 1,
another table for Month 2, etc.
It seems then that an Excel spreadsheet might be more appropriate. I was
hoping to do queries and create reports from the data which is why I thought
of Access. Plus I never learned Excel. Perhaps it is time that I did.
Thank you, Steve for your time and consideration of my proposed project. I
appreciate your help.
"Steve Schapel" <schapel@xxxxxxxxxxx> wrote in message
news:OdjrhzwFJHA.3392@xxxxxxxxxxxxxxxxxxxxxxx
Linda,cooresponding
Well, it's not exactly that it *can't* be done. Just that it
*shouldn't*. It's the kind of thing you would see in a spreadsheet and
stuff like that. But in a database such a design is called
un-normalised. In a databse, we would recognise that there is a
one-to-many relationship between the entity of the person, and the
entity of whatever is represented by the M1-M12 fields, and as such
needs a separate related table. As for the presentation of this data on
a form, the standard approach would be a main form for the data on the
"one" side (i.e. person specific) and a continuous view subform based on
the "many" side table(s).
Hope you understand.
--
Steve Schapel, Microsoft Access MVP
Morgaine wrote:
Hi Steve:
I was going to have 12 fields per record in the table and 12
populatecontrols on my form. The idea was that the "Initial" entry would
forthe data into the twelve field in the table and show on the form. It is
graphicsa dialysis unit where there are monthly, semi-annual, and annual reports
due, all starting from each individual's admission date. So Month 1 for
each person may be different. If I am understanding you correctly, this
can't be done with a data base form. I have attached a couple of
(if the newsgroup will allow it) in case I am not explaining it clearly.
.
- Follow-Ups:
- Re: My form won't open since I created a macro
- From: Steve Schapel
- Re: My form won't open since I created a macro
- References:
- My form won't open since I created a macro
- From: Morgaine
- Re: My form won't open since I created a macro
- From: Steve Schapel
- Re: My form won't open since I created a macro
- From: Morgaine
- Re: My form won't open since I created a macro
- From: Steve Schapel
- Re: My form won't open since I created a macro
- From: Morgaine
- Re: My form won't open since I created a macro
- From: Steve Schapel
- Re: My form won't open since I created a macro
- From: Steve Schapel
- My form won't open since I created a macro
- Prev by Date: Macro "out of memory"
- Next by Date: changing Parameter in macro
- Previous by thread: Re: My form won't open since I created a macro
- Next by thread: Re: My form won't open since I created a macro
- Index(es):
Relevant Pages
|