_samuel_ Posted August 9, 2009 Posted August 9, 2009 Hello, I have a database with two tables, "Student" and "teacher". On the "Student" layout, one of the fields is "Teacher's Name", which is a a value list using values from the "Teacher" table. I need to add another field "Teacher's Email" that is already on the "Teacher" layout. How do I do that without re-entering the information again? I really appreciate your help. Thanks, Samuel
fseipel Posted August 9, 2009 Posted August 9, 2009 You need to create a relationship between the two tables. Relationship should read Teacher's Name (in Student Table) = Teacher's Name in "Teacher" table. You can then add Teacher's e-mail to your layout, and, as soon as teacher name is input, the e-mail will fill using current data from the "Teacher" table. The data will automatically update if the data in the Teacher table is changed.
_samuel_ Posted August 9, 2009 Author Posted August 9, 2009 Thank you fseipel and LaRetta for your help. I did try what LaRetta suggested and it worked great. Thanks again!
Recommended Posts
This topic is 5587 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now