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
FileInputStream check if a file is in use
ATM clocking
SharePoint 2010 - MasterPage - How to create a "header" for Branding above the ribbon so Visitors can view
Outlook/Exchange Issue with Emails not showing
SBS 2003 Premium. Windows 7 client and Microsoft Shared Fax - Do they work together?
Firewall Service won't start after I applied Web access policy wizard
ASP.NET How to get picture images to display...in a LISTVIEW?
Ubuntu 10.04 startup script
Java Applet Client - Security Exception
tables with FK relationships at all