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
Auto Send Excel as Email Attachment
Congratulations to new Excel Genius: teylyn
Roaming profiles and DFS replication
Give public access to our wireless network?
Microsoft PKI Design
Use different HTTP Redirects on multiple virtual directories in IIS 7.5
do you need sysprep with Symantec Ghost Solution Suite 2.5?
Getting round-robin load balancing working with vSphere 4.0 cluster on EqualLogic PS4000X
ODBC connect to ORACLE 11G using Redhat Linux 5.4
How to print the contents of a listbox