Topher Posted June 12, 2008 Posted June 12, 2008 First of all, I want to thank everyone on this site. Everyone is so helpful and quick to respond. So I have a database that keeps track of an exchange program of American and French students, that are exchanged between their home universities. I'd like a layout (almost like a student directory printout) that has French students on the left and American students on the right, sorted by which American University they're going to and coming from respectively. It seems impossible because we'd have to create a list layout with different data from two tables. Is this at all possible? Are there any other ideas/solutions? Thanks so much!
bcooney Posted June 12, 2008 Posted June 12, 2008 Do you have the Students split into two tables? American and French? I would suggest putting them into one table and adding a StudentType field that is a radio button choice, ()American ()French. You can create a sub-summary report by StudentType for your directory (however, it is difficult to get the left/right columns that you request). Also, you need a University table and a join table btw Students and University; "Enrollment".
Recommended Posts
This topic is 6008 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