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 » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Categorize Reports



 
 
Thread Tools Display Modes
  #1  
Old May 1st, 2009, 04:35 PM posted to microsoft.public.access.reports
SylvieB
external usenet poster
 
Posts: 56
Default Categorize Reports

Hi All
does anyone know how to categorize a bunch of reports by Subject?
So far, I have created a form, created a list box that display 3 categories
for example Brian's reports, Keith's reports, Mike's reports. When a user
makes a selection, he would pick a report from a combo box associated with
that category, let's say Brian's reports.
I'm having a hard time to do that. Does anyone know how to do that? I would
greatly appreciate any help. thanks a lot.
Sylvie
  #2  
Old May 1st, 2009, 05:44 PM posted to microsoft.public.access.reports
KARL DEWEY
external usenet poster
 
Posts: 10,767
Default Categorize Reports

Sounds like you want a Switchboard.

"SylvieB" wrote:

Hi All
does anyone know how to categorize a bunch of reports by Subject?
So far, I have created a form, created a list box that display 3 categories
for example Brian's reports, Keith's reports, Mike's reports. When a user
makes a selection, he would pick a report from a combo box associated with
that category, let's say Brian's reports.
I'm having a hard time to do that. Does anyone know how to do that? I would
greatly appreciate any help. thanks a lot.
Sylvie

  #3  
Old May 1st, 2009, 05:51 PM posted to microsoft.public.access.reports
Duane Hookom
external usenet poster
 
Posts: 7,177
Default Categorize Reports

I generally create a couple application tables for this:

ztblReports
===============
rptRptID autonumber primary key
rptRCaID link to ztblReportCategories.rcaRCaID
rptName actual name of the report object like rptTimeSheet
rptTitle friendly name to display
rptStatus active, inprogress, inactive
rptAuthor etc

ztblReportCategories
=================
rcaRCaID autonumber primary key
rcaTitle friendly name to display

If a report can be in two categories, remove rptRCaID from ztblReports and
create a junction table.

--
Duane Hookom
Microsoft Access MVP


"SylvieB" wrote:

Hi All
does anyone know how to categorize a bunch of reports by Subject?
So far, I have created a form, created a list box that display 3 categories
for example Brian's reports, Keith's reports, Mike's reports. When a user
makes a selection, he would pick a report from a combo box associated with
that category, let's say Brian's reports.
I'm having a hard time to do that. Does anyone know how to do that? I would
greatly appreciate any help. thanks a lot.
Sylvie

 




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 05:48 AM.


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