Error 3464 with dCount - some computers only
- From: Rob Parker <robert.parker@xxxxxxxxxxxxxxxxxxx>
- Date: Sun, 08 Jul 2007 18:14:12 -0700
A user of one of my applications gets the error message "Run Time
Error 3464 - Data type mismatch in criteria expression" from this line
of code:
If DCount("*", "qryDocReviewRemind") > 0 Then
The error also arises if I try to print this dcount expression in the
immediate window, on the user's computer.
The query itself runs fine, and produces a recordset with 36 records
from the current data.
If I run the same database (the same physical file - not a copy of it)
on my computer, this code (and the print in the immediate window)
works fine.
I'm at a loss here; and a search of the Access newsgroups has not
produced anything of assistance (although it has produced lots of
hits). Any suggestions would be gratefully appreciated.
TIA,
Rob
.
- Follow-Ups:
- Re: Error 3464 with dCount - some computers only
- From: Steve
- Re: Error 3464 with dCount - some computers only
- Prev by Date: Re: Calculating Sum of limited data set
- Next by Date: Re: Error 3464 with dCount - some computers only
- Previous by thread: Access 2007 - upgrade problem
- Next by thread: Re: Error 3464 with dCount - some computers only
- Index(es):
Relevant Pages
|