Microsoft
Software
Hardware
Network
Question : Count in a Query
Yesterday I asked the question on how to count the total number in a field. The answer I got was great ...see below. But not every field has a defect count and are blank. What should the formula look like then?
If each item *always* starts with DefectCount, then a space, then a number, try:
DSum("Val(Mid([DefectCount
], InStrRev([DefectCount], "" "") + 1))", "[tblIspRcdAP25]")
Answer : Count in a Query
Try this instead
DSum("Val(Trim([DefectCoun
t]))", "[tblIspRcdAP25]")
This does not expect a space, will remove it if it doe have one, and will use a 0 if no value is in the field.
Random Solutions
Increment Value
delphi Run once
Removing a tidserv backdoor rootkit on XP
How to calculate OSPF cost?
VMWare ESX 4 Update Manager and failing Remediation for certain patches
Need help to seperate Select output using TABs
Microsoft AutoUpdate of Office 2008 for Mac
get 550 5.7.1. Unable to relay for specific domains....
Team Foundation Server 2010, deleted web site problem
Application user