Cosmos75
Registered User.
- Local time
- Today, 14:53
- Joined
- Apr 22, 2002
- Messages
- 1,281
Not quite sure where to ask this question since I am not sure what exactly is wrong but here goes...
I have a database that I created to keep track of emissions from a paint coating operation.
They enter paint usage daily.
There is a query [qbfMonthlyEmissionsLBS] that pulls together emissions for each day, i.e. that sums up emissions of each constituent for every day that has usage (since one constituent may be found across many coatings and many coatings may be used in one day). The is done for a date range entered by the user via a form (using Between [ReportStartDate] and [ReportEndDate] as a parameter in the query).
Then I have a report [rptQBFMonthlyEmissions] based on that query that is grouped by date and I show the sum for each constituents' emissions. I use the report wizard for this and when you do that it automatically formats the date as a month [(Using =Format$([UsageDay],"mmmm yyyy",0,0)].
So my report show the total individual constituent emissions by month.
This works on my computer (Access 97 , Windows 98) but there is a problem with =Format$([UsageDay],"mmmm yyyy",0,0) on another computer (Access 97, Win NT) . When they try to run the report, it asks the user to enter the parameter Format$??
It's also instead of grouping the emissions by month only shows the total emissions.
The other computer was missing a reference language reference, Microsoft Calendar 8.0 (Mscal.ocx). Well, I added it as a reference. Now the reports groups the emissions by month but there is still a problem with showing the Month and Year for each grouping.
I am attaching a picture of the references used and the sequence. Both computers have the same references checked and in the same sequence.
Does anyone know why this could be happening and what I can do about it?
I have a database that I created to keep track of emissions from a paint coating operation.
They enter paint usage daily.
There is a query [qbfMonthlyEmissionsLBS] that pulls together emissions for each day, i.e. that sums up emissions of each constituent for every day that has usage (since one constituent may be found across many coatings and many coatings may be used in one day). The is done for a date range entered by the user via a form (using Between [ReportStartDate] and [ReportEndDate] as a parameter in the query).

Then I have a report [rptQBFMonthlyEmissions] based on that query that is grouped by date and I show the sum for each constituents' emissions. I use the report wizard for this and when you do that it automatically formats the date as a month [(Using =Format$([UsageDay],"mmmm yyyy",0,0)].
So my report show the total individual constituent emissions by month.
This works on my computer (Access 97 , Windows 98) but there is a problem with =Format$([UsageDay],"mmmm yyyy",0,0) on another computer (Access 97, Win NT) . When they try to run the report, it asks the user to enter the parameter Format$??

It's also instead of grouping the emissions by month only shows the total emissions.
The other computer was missing a reference language reference, Microsoft Calendar 8.0 (Mscal.ocx). Well, I added it as a reference. Now the reports groups the emissions by month but there is still a problem with showing the Month and Year for each grouping.
I am attaching a picture of the references used and the sequence. Both computers have the same references checked and in the same sequence.
Does anyone know why this could be happening and what I can do about it?
