L
Lee
Hi guys,
I just can't seem to get the following Domain aggregate
function to work......I'm forever tripping over syntax
erros with these. It's now telling me I have a datatype
mismatch error which is presumably due to the Date but I
don't seem to know how to express it. Here's my current
attempt (which is obviously wrong!):
DCount
("[InspectionDate]", "tbl_InspectionReports", "CentreNo="
& Me.cboCentreNumber And "InspectionDate= " &
Me.txtInspectionDate) > 0
Can you help with this?
TIA
Lee
I just can't seem to get the following Domain aggregate
function to work......I'm forever tripping over syntax
erros with these. It's now telling me I have a datatype
mismatch error which is presumably due to the Date but I
don't seem to know how to express it. Here's my current
attempt (which is obviously wrong!):
DCount
("[InspectionDate]", "tbl_InspectionReports", "CentreNo="
& Me.cboCentreNumber And "InspectionDate= " &
Me.txtInspectionDate) > 0
Can you help with this?
TIA
Lee