 |
|
 |
|
Next: Help with report from newbie
|
| Author |
Message |
External

Since: Nov 11, 2008 Posts: 3
|
(Msg. 1) Posted: Fri Dec 12, 2008 8:26 am
Post subject: Setting up a query or report Archived from groups: microsoft>public>access (more info?)
|
|
|
|
| Every first of the month i have to submit a report which contains the
following informaiont: Total # of clients beginning of month, Total # of New
clients, Total # close clients and total # clients receiving services at the
end of month. What's the better way to obtain this information. i would like
to do it in a report format. Basically how it works is Number of clients from
previous month+ new-close=total end of month. I hope i'm clear.
|
>> Stay informed about: Setting up a query or report |
|
| Back to top |
|
 |  |
External

Since: Dec 12, 2008 Posts: 1
|
(Msg. 2) Posted: Fri Dec 12, 2008 8:49 am
Post subject: Re: Setting up a query or report Archived from groups: per prev. post (more info?)
|
|
|
On Dec 12, 11:26 am, Jessica
wrote:
> Every first of the month i have to submit a report which contains the
> following informaiont: Total # of clients beginning of month, Total # of New
> clients, Total # close clients and total # clients receiving services at the
> end of month. What's the better way to obtain this information. i would like
> to do it in a report format. Basically how it works is Number of clients from
> previous month+ new-close=total end of month. I hope i'm clear.
How do you determine who is new, old, closed, and receiving services?
Is all this information in one table? Are they check boxes or drop
downs?
I need more info but I might suggest for simplicity's sake creating
the queries for each of the criteria you need. Example: One query for
new customers, another query for closed clients, another query for
clients receiving services, etc. You can create a report the same way
you create a form. Instead of choosing to create a form, just create a
report. You then choose the query for that report. You drag all of
your fields over to the report just like you normally do with a form.
Create 4 seperate reports and use each of those queries for the
appropriate report it belongs to.
It might be better for you (If you prefer looking at the data in
excel) to create the forms instead of the reports and set the form
properties "Default view" to Continuous Forms. You can then export the
data on the screen into Excel. You would need to tie the form to the
appropriate query. You still need to create those seperate queries. I
guarantee an expert Access programmer could tell you how to do it
better but usually it requires vb code or complex query strings.
Depending on your level of expertise with Access you may want to keep
it simple. >> Stay informed about: Setting up a query or report |
|
| Back to top |
|
 |  |
External

Since: Nov 28, 2008 Posts: 104
|
(Msg. 3) Posted: Fri Dec 12, 2008 11:29 am
Post subject: Re: Setting up a query or report Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 12 Dec 2008 08:26:19 -0800, Jessica
wrote:
>Every first of the month i have to submit a report which contains the
>following informaiont: Total # of clients beginning of month, Total # of New
>clients, Total # close clients and total # clients receiving services at the
>end of month. What's the better way to obtain this information. i would like
>to do it in a report format. Basically how it works is Number of clients from
>previous month+ new-close=total end of month. I hope i'm clear.
Create an appropriate Query for your table structure and base the report on
that Query.
If you would like help doing so please post a description of your tables.
Nobody here can see them. >> Stay informed about: Setting up a query or report |
|
| Back to top |
|
 |  |
External

Since: Nov 11, 2008 Posts: 3
|
(Msg. 4) Posted: Fri Dec 12, 2008 12:41 pm
Post subject: Re: Setting up a query or report Archived from groups: per prev. post (more info?)
|
|
|
Yes i do have fields specify if a case is open, new or close
" " wrote:
> On Dec 12, 11:26 am, Jessica wrote:
> > Every first of the month i have to submit a report which contains the
> > following informaiont: Total # of clients beginning of month, Total # of New
> > clients, Total # close clients and total # clients receiving services at the
> > end of month. What's the better way to obtain this information. i would like
> > to do it in a report format. Basically how it works is Number of clients from
> > previous month+ new-close=total end of month. I hope i'm clear.
>
> How do you determine who is new, old, closed, and receiving services?
> Is all this information in one table? Are they check boxes or drop
> downs?
>
> I need more info but I might suggest for simplicity's sake creating
> the queries for each of the criteria you need. Example: One query for
> new customers, another query for closed clients, another query for
> clients receiving services, etc. You can create a report the same way
> you create a form. Instead of choosing to create a form, just create a
> report. You then choose the query for that report. You drag all of
> your fields over to the report just like you normally do with a form.
> Create 4 seperate reports and use each of those queries for the
> appropriate report it belongs to.
>
> It might be better for you (If you prefer looking at the data in
> excel) to create the forms instead of the reports and set the form
> properties "Default view" to Continuous Forms. You can then export the
> data on the screen into Excel. You would need to tie the form to the
> appropriate query. You still need to create those seperate queries. I
> guarantee an expert Access programmer could tell you how to do it
> better but usually it requires vb code or complex query strings.
> Depending on your level of expertise with Access you may want to keep
> it simple.
> >> Stay informed about: Setting up a query or report |
|
| Back to top |
|
 |  |
| Related Topics: | Query/Report how many items ordered over the year - I have created a report that shows how many items were ordered over the course of one year for xyz products. I would like to enhance the query but my skills are pretty limited so I am seeking some help. I would like my query to display results..
Can not change data once i bases a query on a query - I have a despatch System that shows a customers orders with the products to be despatched Its on a Contious form based on a query. On the form i also want to show the Quantity that need to be despatched as the order might be despated in parts Th I hav...
the setting for this property is too long - Hello. I was running the Access performance option and for some forms and reports there was a message with this: the setting for this property is too long what is this? what should I fix in order to not receive this error. Regards, Marco
Setting System Colors - Is there a way to change the window header and border color from within Access? Thanks for your help!
Report for CurrentUser() - I have a report which opens from a macro. I would like only the CurrentUser() to show. The field in the Record is called Intake Coordinator. I tried to use the where clause and put [Intake Coordinator] = CurrentUser() in the macro but it still openned... |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|
 |
|
|