Microsoft
Software
Hardware
Network
Question : Dcount with null values
i currently have this code
=DCount("*","v_dashfield ","[Date recorded]=''")
how can i get it to count null values please?
it is a date field.
Answer : Dcount with null values
managed to sort it by myself
if any one is interested for future refrence i had to change code to
=DCount("*","v_dashfield",
"[Date recorded] is null")
cant believe how simple it was.
Random Solutions
Monthname function in Access and Infopath
Uninstall Office 97 Silently on XP
halt access close if form is open
BSOD on Windows 2000 server Bug Check UNEXPECTED_KERNEL_MODE_TRA<wbr />P (7f)
mde and code protection ...
Print worksheet with PDF and send as attachment
Build-in VPN on Windows 7 with Juniper
Another auto-Complete question for a combobox in an Access form
Windows 7 Backup
store procedure Vs. Triggers