Hi all I have the following question
I have a table that stores data adn one of the fiels values is direction x or y so we have
|field 1|field 2|field 3|direction|field 4|
for example
direction x and y will be different records in the parent table
and I want to arrange my data on a form as so
| direction x | direction y |
|field1|field2|field3|field1|field2|field3|
any ideas
Many Thanks Zippy483