Good afternoon, I am very new to access/database design and have no formal training and mostly learning by trial and error. I am not sure how to really ask this question sensibly, so ill try to write it out what's in my head.
I have a table of a student, and a student has a last name and classNumber (populated with lookup wizard grabbing from classInformation table) There is more information that a student has, but its not relevant.
I have a table, its called 341s (its a military thing, but its a positive or negative behavior or act sheet) a 341 has last name (lookup from student table referencing lname) and a 341 has a class number. We need to be able to track both for various reasons. Im trying for the life of me to be able to reference lname on student info for lname on 341 and then based on the last name picked, it populates class number appropriately.
If this doesn't make sense I can try and do better explaining my thoughts. Thank you in advance for your help!