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
event viewer log error 17055 mssqlserver backup logs
Delete with INNER JOINS
Excel paysheet
Can I pass a text box variable into an Access Macro
Setting references in a new Access 2003 database using VBA
How to determine Windows Version installed on a non-booting hard drive
Isass.exe error
SBS 2008 Remote Web Workspace getting 10009 and continously prompting users for password, not letting them into there PCs
binding items collection of several comboBoxes to the Values in a specified column of the table
Color Control on a form in Access 2003