I have a recordset that outputs the following table:
Code: Select all
id image code
1 image1 uy6754
2 image1 uy4795
3 image1 uy1234
4 image2 uh7364
5 image2 ah6775
6 image2 lo9834
7 image3 iu7654
8 image3 jh4321
9 image3 po0989
...
Code: Select all
image code
image1 uy6754
uy4795
uy1234
image2 uh7364
ah6775
lo9834
image3 iu7654
jh4321
po0989
...
If I apply the "show if field is changed" conditional behavior on the image field I get almost what I need but I'll get only one code aligned to the right of the related image. All other codes fall down just below the image and I get too much space from the first code and the next one.
Hope you get an idea with the followin example.
Example:
Code: Select all
[b]image code[/b]
+---------+
+ +
+ image1 + uy6754
+ +
+---------+
uy4795
uy1234
image2 uh7364
ah6775
lo9834
image3 iu7654
jh4321
po0989
...
How can I crete this simple scenario?
TIA
tony