Afternoon,
new to here and new to programming. Well I'm not, I'm just not good at it!!
I am trying to count the number of records with a priority of "high" that also has a blank completed date. I assume it's possible?
My syntax (that's not working) is -
intStore = DCount("[Job Reference no]", "mainjobfor m", "[Priority rating]= 'high'" And "[Date completed] = ''")
Please can someone help before I throw myself out of the window!!!
Thanks in anticipation. Graeme
new to here and new to programming. Well I'm not, I'm just not good at it!!
I am trying to count the number of records with a priority of "high" that also has a blank completed date. I assume it's possible?
My syntax (that's not working) is -
intStore = DCount("[Job Reference no]", "mainjobfor m", "[Priority rating]= 'high'" And "[Date completed] = ''")
Please can someone help before I throw myself out of the window!!!
Thanks in anticipation. Graeme
Comment