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
Changing Allow/Block settings on Autodiscover prompt in Outlook
Windows Explorer Freezing when Browsing Into a Certain Folder
Lost access to Vcenter
Error "Cannot Quit Visual FoxPro" when closing form with embedded OLE MapPoint control
How to make the index.SHTML page as default page ?
Symantec Endpoint Network Problems
Exchange 2007 and confirmation upon opened e-mail
Error when perform text replacement in Word
How to configure HSRP load balance
Need a forum script