A
Axess08
I would say that I am an intermediate to an advanced user of Access. I have
to admit that I don't completely understand the actual methods that the
software uses to relate tables and how they effect any saved queries. As a
result, I have now resorted to using programming to get queries done because
the query wizard is far too simple for research needs. My question relates to
the following:
I have been working on what will end up becoming a giant database that will
contain patient information for research. The idea of creating this database
was to help with data analysis ranging from very simple to complex. So far I
have the following tables:
(One to one relationships)
Patient Information (Main form - it includes pt id#, medical record #, name
of patient, etc.)
Contact Information
Birth History
Diagnosis
Outcomes
Neuromotor Exam
Hypothermia Entry
Hypothermia Course
Hospital Course
EEG Seizure Character
EEG Seizure Onset
Seizure Reporting and Response
(One to many relationships)
Research Studies Table
Lab Studies - Biopsy
Lab Studies - EEG
Lab Studies - Genetics
Lab Studies - CT
Lab Studies - MRI
MRI - T1 Image
MRI - T2 Image
MRI - MRS Image
MRI - DWI_ADC Image
EEG BAckground
aEEG Background
In the end I am going to create a bunch of queries for the research and I
was really wanting to know if there is any benefit to relating tables that
are further down the line in the chain of relationships (i.e. unrelated
tables) to one another to make the queries easier? Or would this cause some
problems in the long run? Should I just discard this idea and keep it simple?
[I haven't yet created the queries, but I already know that base on what I
want to know, that I will be doing it in code, because the filtering option
is far too limited.
(i.e. How many pt had an MRI, a CT, EEG, and had a seizure, and had a
specific type of seizure, and were how many days old? - something like that)]
to admit that I don't completely understand the actual methods that the
software uses to relate tables and how they effect any saved queries. As a
result, I have now resorted to using programming to get queries done because
the query wizard is far too simple for research needs. My question relates to
the following:
I have been working on what will end up becoming a giant database that will
contain patient information for research. The idea of creating this database
was to help with data analysis ranging from very simple to complex. So far I
have the following tables:
(One to one relationships)
Patient Information (Main form - it includes pt id#, medical record #, name
of patient, etc.)
Contact Information
Birth History
Diagnosis
Outcomes
Neuromotor Exam
Hypothermia Entry
Hypothermia Course
Hospital Course
EEG Seizure Character
EEG Seizure Onset
Seizure Reporting and Response
(One to many relationships)
Research Studies Table
Lab Studies - Biopsy
Lab Studies - EEG
Lab Studies - Genetics
Lab Studies - CT
Lab Studies - MRI
MRI - T1 Image
MRI - T2 Image
MRI - MRS Image
MRI - DWI_ADC Image
EEG BAckground
aEEG Background
In the end I am going to create a bunch of queries for the research and I
was really wanting to know if there is any benefit to relating tables that
are further down the line in the chain of relationships (i.e. unrelated
tables) to one another to make the queries easier? Or would this cause some
problems in the long run? Should I just discard this idea and keep it simple?
[I haven't yet created the queries, but I already know that base on what I
want to know, that I will be doing it in code, because the filtering option
is far too limited.
(i.e. How many pt had an MRI, a CT, EEG, and had a seizure, and had a
specific type of seizure, and were how many days old? - something like that)]