Run Query By Group without Row lines

alayash03

Member
Local time
Today, 09:09
Joined
Oct 5, 2022
Messages
45
Hello,
I would like to run query by group Order ID.

Order IDOrder Details IDInvoice CodeProduct IDCost PriceQuantitySales PriceDiscount PrctDiscount AmountVAT PrctVAT AmountTotal Amount
4​
1​
INV1Honor 8x
$10.00​
1​
$15.00​
0.00%​
$0.00​
0.00%​
$0.00​
£15.00​
2​
INV2Honor 9x
$15.00​
1​
$20.00​
0.00%​
$0.00​
0.00%​
$0.00​
£20.00​
2
£35.00
You see above Order ID =4, Order Details ID : 1 & 2. And I don't want between Order Details ID LINE

Order IDOrder Details IDInvoice CodeProduct IDCost PriceQuantitySales PriceDiscount PrctDiscount AmountVAT PrctVAT AmountTotal Amount
4​
1
2​
INV1
INV2
Honor 8x
Honor 9x
$10.00
$15.00​
1
1​
$15.00
$20.00​
0.00%
0.00%​
$0.00
$0.00​
0.00%
0.00%​
$0.00
$0.00​
£15.00
£20.00​
3520000
£35.00
How can display this in the Query and report page ?
 

Attachments

you can try to remove the Border Line (Border Style = Transparent) of the textboxes in design view.
 
you can try to remove the Border Line (Border Style = None) of the textboxes in design view.
Thank you very much for your reply...
I tried it, If I put NONE then all border will NONE.
I want each order Numbers.

I show here Only One Order number. There I have 29 Orders
 
you can try to remove the Border Line (Border Style = Transparent) of the textboxes in design view.
6-7 months ago I see in google somewhere that I dont remember. This type of work.. Today many times and Many ways I searching but can't reach..
 
Last edited:
Also search this site.
 
when i set the Textbox border to Transparent, the "Totals" will not align since it has border on them.
so i re-instate the border and make the color white.
 

Attachments

when i set the Textbox border to Transparent, the "Totals" will not align since it has border on them.
so i re-instate the border and make the color white.
You would make that last DB 14 wouldn't you? :)
I was able to open your first DB, but not the last. :(
 
when i set the Textbox border to Transparent, the "Totals" will not align since it has border on them.
so i re-instate the border and make the color white.
Thank you for report
Actually. I want Query mainly. Every time print much cost. and waste papers.
If I run query then see the Order by group. ON SECREEN a make purchase for customer. Make problems line only.
 
you don't need to "Print" the report to the Printer, you can just view it.
 
you don't need to "Print" the report to the Printer, you can just view it.
Order Parcel arrange or Deliver Man can't possible to View all. Order number to tracking and Make parcel.
Your advice also I noted. I can make each order report by criteria.

Wait for some can give advice for query view...
 
You talking about previous thread dB ?
No, arnel uploaded a second DB, but that needs 14 or later. I only have 12. The first DB he uploaded, I was able to open fine.
 

Users who are viewing this thread

Back
Top Bottom