Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Access 2000 query result
Name: Betty Mc Kenzie Date: October 4, 2007 at 06:29:32 Pacific OS: Xp CPU/Ram: 2 gig Product: Dell
Comment:
Overview: I have 3 queries searching 3 different tables for 2 fields. I then have one combining query that adds the results of the 2 fields from the 3 queries.
Each query finds records in the table that match a particular date. When the records are found each query returns the sum of the 2 fields in table. If one of the tables doesn't have any records that match the date, the combining query is blank, it doesn’t return the sum from other 2 queries . What I want to do is somewhere in the query to say that if no record is found then return zero in the fields. This formular is giving me some problems. Help Please.
Name: Jennifer SUMN Date: October 10, 2007 at 17:02:30 Pacific
Reply:
So the queries are adding the numbers found in the 2 fields as long as the record contains a specified date? What fields do you want to contain a zero?
What formula are you using, and in what field/query is it located?
Life's more painless for the brainless.
0
Response Number 2
Name: Betty Mc Kenzie Date: October 11, 2007 at 05:43:08 Pacific
Reply:
Thanks for responding Jennifer. However, I used the nz function and it is working now.
Summary: I print a daily report showing the production figures for each item. I now want to print, an accumulation of the production thus far. For example if I print todays report it should also show me total ...
Summary: I am trying to export a single record from an MS Access 2000 database to an html template. Is there a way to do this without having to do a lot of programming? Thanks ...
Summary: I had MS Access 2.0 for a long time. Then I got MS Access 2000. There's one thing that bugs me about the newer version: when moving between a form's fields, I cannot add data by pressing the right arr...