So close, but so far. I have a report request that seems nearly impossible to do. They want the report to show like this:
3422 4332 5123
PRAJ IADC I ADC
PR00 IADC IA ADC
The numbers across are user id codes which is a field in my table. PRAJ and PR00 are trans codes which is another field. I have fields for each individual letter underneath the codes.
Here is what my table looks like:
User id Trans Code ADD_P CHG_P DEL_P I_P
_______ __________ ____ ____ _____ ___
3422 PR00 A C D I
The report is displaying the same data, it is just a problem of getting multiple user id fields to show up on the same line.
Unfortunately, Access wants to display the user ids vertically instead of horizontally across.
The only way I see to do this is to create a unique table for each user id and then plug those fields onto the same line. Is there an easier way?
3422 4332 5123
PRAJ IADC I ADC
PR00 IADC IA ADC
The numbers across are user id codes which is a field in my table. PRAJ and PR00 are trans codes which is another field. I have fields for each individual letter underneath the codes.
Here is what my table looks like:
User id Trans Code ADD_P CHG_P DEL_P I_P
_______ __________ ____ ____ _____ ___
3422 PR00 A C D I
The report is displaying the same data, it is just a problem of getting multiple user id fields to show up on the same line.
Unfortunately, Access wants to display the user ids vertically instead of horizontally across.
The only way I see to do this is to create a unique table for each user id and then plug those fields onto the same line. Is there an easier way?