I created a complex recordset that will display results using horizontal looper: 4 columns by X rows.
A sort of thumbnails gallery where all images area sorted by category.
But with HL all images area one after the other.
Example:
Code: Select all
(cat1)thumb1 - (cat1)thumb2 - - (cat1)thumb3 - (cat1)thumb4 -
(cat1)thumb5 - (cat2)thumb6 - (cat2)thumb7 - (cat2)thumb8
Code: Select all
(cat1)
thumb1 - thumb2 - thumb3 - thumb4 -
thumb5
(cat2)
thumb6 - thumb7 - thumb8
I already tried to use the "show if changed" behaviour but I can't get anything similar to my example.
Any suggestion will be appreciated, Fred
tony