NewfieGolfer
Technical User
Hi all,
Here's what I have:
recordnum = DCount("*", "MyTable", "[TableField] =" & StartDate )
StartDate is defined earlier in my code. Right now, i'm getting Zero for recordnum when there are 6 records in my table that have [TableField] = StartDate.
Is this a syntax problem or am i missing something?
Thanks,
NG
Here's what I have:
recordnum = DCount("*", "MyTable", "[TableField] =" & StartDate )
StartDate is defined earlier in my code. Right now, i'm getting Zero for recordnum when there are 6 records in my table that have [TableField] = StartDate.
Is this a syntax problem or am i missing something?
Thanks,
NG