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
How do I add buttons on a PDF form to add/remove rows of data?
Error string in catch block?
Install Ruby Gems through a Firewall?
Outlook 2007 can not open network saved Archive file
Active Directory DNS records issue
Export Access 2010 Report to CSV with Headers?
OCE 9400 plotter doesn't start
how to add decimal place in formula in seagate crystal report
Windows XP and Microsoft Outlook and Windows Installer problems
VB6 to VS2010 - Training Advice ?