A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to filter Report



 
 
Thread Tools Display Modes
  #1  
Old August 26th, 2009, 10:32 PM posted to microsoft.public.access
G
external usenet poster
 
Posts: 170
Default How to filter Report

I have one set of data in one table (400 + line items)
The data is product information broken into several general areas along with
several specific engineering properties for each product.
I have created a report that contains a lot of generic information along
with the unique values from the table that updates per page (one page per
400+ line items) of the report.
I want to be able to sort the report pages by specific product allowing
customers to choose from the general product labels (each a column in the
table).
I do not want to use the filter options, this needs to be drop down menus.
Any idea where I need to start? Forms or Queries? Neither?
  #2  
Old August 27th, 2009, 12:34 AM posted to microsoft.public.access
Dorian
external usenet poster
 
Posts: 542
Default How to filter Report

If you are reporting the same data items each time but only changing the sort
order, the only thing you are changing is the query's ORDER BY CLAUSE.
So you need to determine how many columns you need to sort by and have that
many combo boxes on a form. Each combo box list all your columns and each
combop box represents a level of sorting 1 thru n.
Then you have a command button that kicks off the report. This invokes some
code that builds the query for your report based on the combo box selections.
It then opens the report.
-- Dorian
"Give someone a fish and they eat for a day; teach someone to fish and they
eat for a lifetime".


"g" wrote:

I have one set of data in one table (400 + line items)
The data is product information broken into several general areas along with
several specific engineering properties for each product.
I have created a report that contains a lot of generic information along
with the unique values from the table that updates per page (one page per
400+ line items) of the report.
I want to be able to sort the report pages by specific product allowing
customers to choose from the general product labels (each a column in the
table).
I do not want to use the filter options, this needs to be drop down menus.
Any idea where I need to start? Forms or Queries? Neither?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.