Hi there,
Another amateur question:
I am developing a medical patient database for our research group and I want to save an excessive amount of intensive care data.
My problem is that there are some variables which need to be registered chronologically precisely and have discreet values, not continuous.
So for example, patients have their blood physiology monitored 1-10 times a day, with each analysis having 10-15 outputs (pH, CO2, etc.) I want to save each variable in separate tables with fields corresponding to each hour over a week, so the header would look like this in the pH table:
ID | 1 hr | 2 hr | .... | 168 hr
Each patient would have about 40 pH values over that 1 week randomly disributed in time.
In the data entry form I would like to avoid putting on 168 text boxes for the user to choose which to fill out. Instead I would like to make one physiology monitor form, where the user can enter the date/time of that particular analysis and those single values of pH, CO2, etc. Than I would like Access to count which hour that date corresponds to, and save the values in the separate tables in the appropriate fields (hr).
I hope I wasn't too long to care, but also understandable. Thank you very much for your help beforehand.
Aron
Another amateur question:
I am developing a medical patient database for our research group and I want to save an excessive amount of intensive care data.
My problem is that there are some variables which need to be registered chronologically precisely and have discreet values, not continuous.
So for example, patients have their blood physiology monitored 1-10 times a day, with each analysis having 10-15 outputs (pH, CO2, etc.) I want to save each variable in separate tables with fields corresponding to each hour over a week, so the header would look like this in the pH table:
ID | 1 hr | 2 hr | .... | 168 hr
Each patient would have about 40 pH values over that 1 week randomly disributed in time.
In the data entry form I would like to avoid putting on 168 text boxes for the user to choose which to fill out. Instead I would like to make one physiology monitor form, where the user can enter the date/time of that particular analysis and those single values of pH, CO2, etc. Than I would like Access to count which hour that date corresponds to, and save the values in the separate tables in the appropriate fields (hr).
I hope I wasn't too long to care, but also understandable. Thank you very much for your help beforehand.
Aron