Not sure that the title is correct but here goes......
As part of a bigger database, I have a table consisting of two main fields, a member ID and a interest code. A member will have, in practice, from 0 to 10 interest codes, although there are up to 100 interest codes in total.
I need to create an report that lists a member's interest codes across the page, not down the page. These will be in interest code sequence, but there are to be no embedded empty columns. Hence the report will be no more than 10 columns wide. After that, and the main requirement is to create an Excel spreadsheet of the information through an export function.
All without the use of VB if possible!
Any help appreciated
As part of a bigger database, I have a table consisting of two main fields, a member ID and a interest code. A member will have, in practice, from 0 to 10 interest codes, although there are up to 100 interest codes in total.
I need to create an report that lists a member's interest codes across the page, not down the page. These will be in interest code sequence, but there are to be no embedded empty columns. Hence the report will be no more than 10 columns wide. After that, and the main requirement is to create an Excel spreadsheet of the information through an export function.
All without the use of VB if possible!
Any help appreciated