Hi
I am generatin a union query based on wheel diameters previously in seperate fields. However when I create the union query the data is automatically sorted in ascending order and deleting records that contain repeated numbers.
For example, I want the data from the different fields to be entered in this order:
6
6
4
3
3
7
19
28
but the datasheet output automatically rearrages the data as:
3
4
6
7
19
28
How do I turn off both these properties?
Many thanks
I am generatin a union query based on wheel diameters previously in seperate fields. However when I create the union query the data is automatically sorted in ascending order and deleting records that contain repeated numbers.
For example, I want the data from the different fields to be entered in this order:
6
6
4
3
3
7
19
28
but the datasheet output automatically rearrages the data as:
3
4
6
7
19
28
How do I turn off both these properties?
Many thanks