DumplingsForLife
New member
- Local time
- Today, 12:26
- Joined
- Mar 18, 2022
- Messages
- 4
Hi! I am creating a database to store research participant's session information. The basic design I came up with so far is:
Table1ppt info: participant (ppt) unique ID (not autonumber), ppt family doctor
Table2session info: ppt unique ID, session date, session staff, session number, scan quality comment
Relationship: Table1 ppt unique ID-1toMany-Table2 ppt unique ID, as ppt might have multiple sessions
I want to create a form for staff to update session information after each session. I want to have a drop-down list all fields to be updated to Table2 (except date), as I don't want staff to input something random. I have read that lookup wizard is generally bad, but I got lost when people start saying they are okay for forms. I don't think I have grasped all major rules of Access nor do I understand each level...I've been playing with it and following tutorials.
Right now, I have a form+subform with: 1. ppt unique ID, 2. subform table displaying all sessions belonging to that ppt, 3. three combo boxes with fixed list of choices +set to update corresponding fields in Table2session info: session staff, session number, scan quality comment. This seems weird but I don't know what would be the right way to do this.
Any help is appreciated! I did take down some recommended tutorial pages. I only want to learn Access enough to create this one database (as this is not my main job and I don't have time to do it in-depth). So, sorry if I am way off...
Table1ppt info: participant (ppt) unique ID (not autonumber), ppt family doctor
Table2session info: ppt unique ID, session date, session staff, session number, scan quality comment
Relationship: Table1 ppt unique ID-1toMany-Table2 ppt unique ID, as ppt might have multiple sessions
I want to create a form for staff to update session information after each session. I want to have a drop-down list all fields to be updated to Table2 (except date), as I don't want staff to input something random. I have read that lookup wizard is generally bad, but I got lost when people start saying they are okay for forms. I don't think I have grasped all major rules of Access nor do I understand each level...I've been playing with it and following tutorials.
Right now, I have a form+subform with: 1. ppt unique ID, 2. subform table displaying all sessions belonging to that ppt, 3. three combo boxes with fixed list of choices +set to update corresponding fields in Table2session info: session staff, session number, scan quality comment. This seems weird but I don't know what would be the right way to do this.
Any help is appreciated! I did take down some recommended tutorial pages. I only want to learn Access enough to create this one database (as this is not my main job and I don't have time to do it in-depth). So, sorry if I am way off...