Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need zero to show in query

Status
Not open for further replies.

netrusher

Technical User
Joined
Feb 13, 2005
Messages
952
Location
US
Below is my code that gives me an average number of gauges
calibrated by day by date range. If the answer is 0 for
the date range selected how can I get 0 to show in the
query?


Code:
SELECT GagesTotalByDateRange.Gages/UniqueDatetotals.[CountofDate Due] AS [Total Gages Avg]
FROM GagesTotalByDateRange, UniqueDateTotals;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top