i am using Access 97 in a Novell environment.
i am trying to produce a report using two tables.
Table1: Main Table with a field called ID
Table2: Work Ticket Table with a field called ID.
The IDs have a one-to-many relationship.
So, in Main table, i have a ID number (example: 1) and in the Work Ticket table, i might have two or three entries relating to ID 1:
for example,
ID:1
Type of ticket: Iron
ID: 1
Type of ticket: Power
ID:1
Type of ticket: Fiber
In my report, i want just one line for ID 1. i would like a text box that displays all the types of tickets for each ID.
So, in my report, i would like just one line for ID# 1
ID:1
Type of tickets created: Iron, Power, Fiber
Any ideas? i keep getting 3 lines in my report, one for:
ID:1
Type: Iron
ID:1
Type: Power
ID:1
Type: Fiber
But, i want just one line in my report.
ID:1
Type: Iron,Fiber,Power
Hope i wasn't too confusing. please help!
thanks in advance.
i am trying to produce a report using two tables.
Table1: Main Table with a field called ID
Table2: Work Ticket Table with a field called ID.
The IDs have a one-to-many relationship.
So, in Main table, i have a ID number (example: 1) and in the Work Ticket table, i might have two or three entries relating to ID 1:
for example,
ID:1
Type of ticket: Iron
ID: 1
Type of ticket: Power
ID:1
Type of ticket: Fiber
In my report, i want just one line for ID 1. i would like a text box that displays all the types of tickets for each ID.
So, in my report, i would like just one line for ID# 1
ID:1
Type of tickets created: Iron, Power, Fiber
Any ideas? i keep getting 3 lines in my report, one for:
ID:1
Type: Iron
ID:1
Type: Power
ID:1
Type: Fiber
But, i want just one line in my report.
ID:1
Type: Iron,Fiber,Power
Hope i wasn't too confusing. please help!
thanks in advance.