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
setup Xsan with couple of Apple macs final cut pro
Ex2010 - Move Mailbox Failed - Corrupt Messages
How do I write data to separate excel worksheets in coldfusion?
Using multiple routers - BEFVP41 VPN Router, Netgear WDR3700
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
In Perl, how do I check if a value already exist in the database
Is there a tool to check to see who has enabled auto-forward in outlook
How to improve the email performance in C#
How and where can I save and load a segmented control with NSUserDefaults
MS Access SQL Divide by Zero workaround needed