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 » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Report Design Question



 
 
Thread Tools Display Modes
  #1  
Old February 10th, 2009, 05:40 PM posted to microsoft.public.access.tablesdbdesign
DerekD
external usenet poster
 
Posts: 15
Default Report Design Question

I am developing a database (using Access 2003 in Access 2000 format) that is
used to schedule and track completion of compliance courses for our
employees. I have completed the forms for scheduling, editing scheduled
courses, and marking courses completed. I want to be able to report
unscheduled courses, scheduled but not completed courses, and completed
courese. I would also like to have the results be able to be sorted by 1 of
5 criteria:
1. Manager
2. Location
3. Department
4. Course Title
5. Hire Date
In addition, would it be possible to allow the user to specify search
critiera to limit results? I am a novice user with some experience in VBA
and SQL. I am just unsure the best way to go about designing this.
  #2  
Old February 10th, 2009, 07:36 PM posted to microsoft.public.access.tablesdbdesign
Jeff Boyce
external usenet poster
 
Posts: 8,621
Default Report Design Question

Derek

This newsgroup supports table and database design. Your question sounds
like a "reports" question.

Regards

Jeff Boyce
Microsoft Office/Access MVP

"DerekD" wrote in message
...
I am developing a database (using Access 2003 in Access 2000 format) that
is
used to schedule and track completion of compliance courses for our
employees. I have completed the forms for scheduling, editing scheduled
courses, and marking courses completed. I want to be able to report
unscheduled courses, scheduled but not completed courses, and completed
courese. I would also like to have the results be able to be sorted by 1
of
5 criteria:
1. Manager
2. Location
3. Department
4. Course Title
5. Hire Date
In addition, would it be possible to allow the user to specify search
critiera to limit results? I am a novice user with some experience in VBA
and SQL. I am just unsure the best way to go about designing this.



  #3  
Old February 11th, 2009, 12:21 AM posted to microsoft.public.access.tablesdbdesign
Dale Fye
external usenet poster
 
Posts: 2,651
Default Report Design Question

Derek,

The key to developing reports, is deciding before hand what you want your
output to look like. Simple stuff, like which fields do you want to
display, do you want the report in portrait or landscape, how do you want it
organized (which fields where).

I've been using Access for almost 15 years now, and I still tend to startout
using the wizard (after I've developed a query that will return all of the
records I'm looking for (so start there). Then let the wizard help you
design the layout of your form.

Normally, I would create 5 different reports for the 5 sort criteria you
have below, and you might actually consider Grouping by those rather than
sorting.

Yes, you can allow the user to specify search criteria for a report. I
generally create a single query which supports my report and returns all
possible records. I then create a report form which contains unbound
controls to present the user with various options (Manager, Location,
Department, Course, Hire Date, ...). Some of these might be combo boxes,
others might be multi-select list boxes. The last option might be which
report (see 1-5 sort options below). Finally, a Preview button is then used
to build a SQL critieria string and open the report.

HTH
Dale

"DerekD" wrote in message
...
I am developing a database (using Access 2003 in Access 2000 format) that
is
used to schedule and track completion of compliance courses for our
employees. I have completed the forms for scheduling, editing scheduled
courses, and marking courses completed. I want to be able to report
unscheduled courses, scheduled but not completed courses, and completed
courese. I would also like to have the results be able to be sorted by 1
of
5 criteria:
1. Manager
2. Location
3. Department
4. Course Title
5. Hire Date
In addition, would it be possible to allow the user to specify search
critiera to limit results? I am a novice user with some experience in VBA
and SQL. I am just unsure the best way to go about designing this.



 




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 07:46 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.