R
ryguy7272
I’m helping a friend with a small DB and it’s coming along well, except for
one part. I am actually fairly close to finishing this thing, but I’m stuck
on something. The DB is for storing and analyzing information for hospital
patients.
Right now I have several types of treatments, all saved in a single Table.
I use several queries, with ComboBoxes, to get the appropriate information
for each treatment. It works fine with several categories of different
treatments in my ‘LookupTable’, but I am wondering if I should break this out
into several separate Tables. The data in this LookupTable is unrelated; I
am just using it as a ‘spreadsheet’ for all my lookups because, with
everything in a single Table, it seems to be easier to maintain. I’m just
worried about potential problems down the road a bit.
Any thoughts, suggestions, recommendations?
Regards,
Ryan---
one part. I am actually fairly close to finishing this thing, but I’m stuck
on something. The DB is for storing and analyzing information for hospital
patients.
Right now I have several types of treatments, all saved in a single Table.
I use several queries, with ComboBoxes, to get the appropriate information
for each treatment. It works fine with several categories of different
treatments in my ‘LookupTable’, but I am wondering if I should break this out
into several separate Tables. The data in this LookupTable is unrelated; I
am just using it as a ‘spreadsheet’ for all my lookups because, with
everything in a single Table, it seems to be easier to maintain. I’m just
worried about potential problems down the road a bit.
Any thoughts, suggestions, recommendations?
Regards,
Ryan---