P
Paul
Can anyone help?
This query runs off (2) tables: Paint & Paint Detail.
Which forms have been made for: Paint Detail is a subform
allowing multiple details for one Paint record.
Here is the query results and the order they actually
appear:
The fields are:
Record/Plant/Project/Code/Notes/Description/Y1/Y2/Y3/Y4
First line of Query results:
4 / Paint / Manuf / F / Spray / Nescessary / 72 / 75/ 31 /0
2nd line of results:
5 / Paint / Manuf / F / Costs / Nescessary / 18 / 18/ 9 / 0
3rd line
3 / Paint / Manuf / F / C1 / Nescessary / 3 / 0 / 0 / 0
4th line
3 / Paint / Manuf / F / C2 / Nescessary / 2 / 0 / 0 / 0
5th line
3 / Paint / Manuf / F / C3 / Nescessary / 1 / 0 / 0 / 0
6th line
3 / Paint / Manuf / F / C / Nescessary / 0 / 89 / 78 / 70
7th line
37 / Paint / Manuf / F / Proce / Nescessary / 0 / 0 / 0 /
18
The query is sorting the information as needed (Y1 Z-A
then Y2 Z-A and so on. The problem is when the report
runs.
The report needs to group all the same records together
(in this one all the (3)'s should be grouped). However
when making the report and putting record as a header, it
ask for ascending or descending. Therefore, if Ascending
is chosen, All record 3's appear as the top line when
actually record 4 should be first as in the query. Is
there anyway to make the report group by record# without
having it sort it by record#?
Thank you in advance for any and all help,
Paul
This query runs off (2) tables: Paint & Paint Detail.
Which forms have been made for: Paint Detail is a subform
allowing multiple details for one Paint record.
Here is the query results and the order they actually
appear:
The fields are:
Record/Plant/Project/Code/Notes/Description/Y1/Y2/Y3/Y4
First line of Query results:
4 / Paint / Manuf / F / Spray / Nescessary / 72 / 75/ 31 /0
2nd line of results:
5 / Paint / Manuf / F / Costs / Nescessary / 18 / 18/ 9 / 0
3rd line
3 / Paint / Manuf / F / C1 / Nescessary / 3 / 0 / 0 / 0
4th line
3 / Paint / Manuf / F / C2 / Nescessary / 2 / 0 / 0 / 0
5th line
3 / Paint / Manuf / F / C3 / Nescessary / 1 / 0 / 0 / 0
6th line
3 / Paint / Manuf / F / C / Nescessary / 0 / 89 / 78 / 70
7th line
37 / Paint / Manuf / F / Proce / Nescessary / 0 / 0 / 0 /
18
The query is sorting the information as needed (Y1 Z-A
then Y2 Z-A and so on. The problem is when the report
runs.
The report needs to group all the same records together
(in this one all the (3)'s should be grouped). However
when making the report and putting record as a header, it
ask for ascending or descending. Therefore, if Ascending
is chosen, All record 3's appear as the top line when
actually record 4 should be first as in the query. Is
there anyway to make the report group by record# without
having it sort it by record#?
Thank you in advance for any and all help,
Paul