wingforward
Registered User.
- Local time
- Yesterday, 17:10
- Joined
- Nov 24, 2009
- Messages
- 27
This is a simplification of my problem, but if I can get an answer to this I think I'll be good to go.
I have a table of Memberships and one-to-many relation to a child table, MembershipCodes. There's 0-3 children for each parent. I need to export and/or build a report that shows each Membership and all its MembershipCode children in separate columns in one row.
DLookup() pulls only the first. I'd like to pull the first, and then the second and then the third. I'm open to SQL suggestions too.
Thanks,
DJ
I have a table of Memberships and one-to-many relation to a child table, MembershipCodes. There's 0-3 children for each parent. I need to export and/or build a report that shows each Membership and all its MembershipCode children in separate columns in one row.
DLookup() pulls only the first. I'd like to pull the first, and then the second and then the third. I'm open to SQL suggestions too.
Thanks,
DJ