Hi there. I'm building a patient database and I just started learning Access yesterday. I've been through 3 different tutorials and I have a tentative grasp on Access basics. I was hoping I could explain some of my goals with the database and someone could tell me if my goals are realistic within the software.
Like I said, the database if of surgical patients. There's multiple sections of information to gather. The way I have it currently setup is tables for each group. For instance, there is a table for patient demographic information, a table for patient past medical history, etc. My end goal, ideally, would be to have forms to input data into each field for each patient. Rich Holowczak has a basic tutorial and he talks about Switchboards which sound like giant forms that direct the user between different tables. Is that a correct interpretation?
One of my questions is whether or not there are ways to "point" to different tables. I have a Preop&Surgery table that goes through a lot of information. There is a TypeOfSurgery Field which has a relationship to a SurgeryList table. The SurgeryList table is pictured below and is just a list of surgeries.
The PreopSurg Table looks like this
Then I set up a relationship like this
That being done, the TypeOfSurgery field now acts as a Lookup Field (I think that's the correct name) allowing me to put multiple types of surgery in the field per patient. This is important because people commonly get multiple procedures done at the same type. For instance, it's very common for someone to get a Diagnostic Laparscopy, IOUS, and peritoneal washing in the same OR session.
So that's all well and good. But I would like some more functionality. Many of the surgeries on the SurgeryList have other parameters that need to be filled out. To choose a simple one, a diagnostic laparoscopy needs to have a place the findings can be input. I made a DiagnosticLaparoscopy table for this purpose.
Is there someway I can have the program "point" to this table when Diagnostic Laparotomy is chosen in the Type of Surgery field?
If you've made it this far, thank you so much. You're a saint. I apologize for my ignorance and am very appreciative of your time.