colezpapa3
Programmer
I havea query with 3 fields USER, APPL_ID, and USER_ID.
THe query lists them vertically....
USER APPL_ID USER_ID
------- ------- -------
JSWIFT GRPING CCAEER8
KTHOMAS GRPING CCAEER9
KTHOMAS GRPING CCAEER7
How can I display the USER_ID horizontally like this...
KTHOMAS GRPING CCAEER9 CCAEER7
I tried a crosstab but get too many headers, or no property found.
THe query lists them vertically....
USER APPL_ID USER_ID
------- ------- -------
JSWIFT GRPING CCAEER8
KTHOMAS GRPING CCAEER9
KTHOMAS GRPING CCAEER7
How can I display the USER_ID horizontally like this...
KTHOMAS GRPING CCAEER9 CCAEER7
I tried a crosstab but get too many headers, or no property found.