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
POP UP error in MS-CRM
VirtualInfrastructure.Util
s.HttpWebR
equestProx
y' threw an exception.
Unable to Send Emails via Road Runner from Apple iPad Connected to Wifi
Start applications from command promt
how can i edit this excell ?
Windows Server 2003 Intermittent Freezing Issues
Fix NMIndexStoreSvr.exe error [5296]
Office Communications Server R2 Installation Issue
Revert to Visual Studio 2008
Use of Excel Macro in MS Access 2000