Master-Detail
I have 2 tables and I am using a Master-Detail-like Report....
The two tables are: Protocol and Numbers. Each protocol has many numbers, but the fact is that I have to show them in the report in the same row..
It is this way now:
Protocol ____Number
123______________
___________1234
___________1235
124 ______________
___________7596
I need it this way (Protocol and Number in the same row)
Protocol____ Number
123________1234
___________1235
124 7596
Observation: The character __ is there because the form submitted changed the layout of the report.
Is there a way to do this ? Or a setting using Master-Detail ?
Thanx in Advance
Eduardo
The two tables are: Protocol and Numbers. Each protocol has many numbers, but the fact is that I have to show them in the report in the same row..
It is this way now:
Protocol ____Number
123______________
___________1234
___________1235
124 ______________
___________7596
I need it this way (Protocol and Number in the same row)
Protocol____ Number
123________1234
___________1235
124 7596
Observation: The character __ is there because the form submitted changed the layout of the report.
Is there a way to do this ? Or a setting using Master-Detail ?
Thanx in Advance
Eduardo