Uncheck values

F

Fausto

Hi, guy

I know you can help me

I have a 3 fields in table "SeedStock
IMEI(text) Model(ComboBox) Swapped(Yes/No

I need a report of IMEI all the IMEI's that has not been swapped and list by Model

Report will look like this

IMEI Model Swappe

100306264370 i80s N
100057268370 i80s N
100803393370 i50sx N
102706792230 i50sx N
102842068230 i50sx N
102919846230 i50sx N
102169600230 i55sr N
103796801230 i55sr N

Totals: (3) i80s
(4) i50sx
(2)i55s
 
D

Duane Hookom

The totals should be a subreport that is based on a totals query. Come on
back if you need more assistance.
 
D

Duane Hookom

Create a query that groups by [Model] and Counts [Model]. Then create a
small report to display the results of this query. Then add this new report
as a subreport in the Report Footer section of your main report.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top