If it's just the one client, I would suspect one of two things as the most
likely problem.
1) The client needs Office, Jet, or MDAC updates. These can be found here:
http://office.microsoft.com/en-us/of...e/default.aspx
http://msdn.microsoft.com/data/downl...s/default.aspx
2) There is a problem with one or more of the library references in Access
on that computer. For more information on that, see this link:
http://www.allenbrowne.com/ser-38.html
--
Wayne Morgan
MS Access MVP
"Mike H" <(E-Mail Removed)> wrote in message
news:%23GU3X%(E-Mail Removed)...
> Hi, I am trying to sort out a problem for someone... They have a series of
> reports based on queries that get all their data from one large table.
>
> One report conains a series of text boxes, each using DCount in a
> straightforward way.
> The query chooses its data according to 2 dates and a client name which
> are
> all in drop-downs on a form.
> The query always works OK, regardless of what is selected in the form
> The Report works fine regardless of what is selected in the form (so the
> expressions in the text boxes are all correct)... EXCEPT that one client
> causes #Error to appear in some of the text boxes. It does it for that
> client regardless of which date range is set (even though the data for
> January has no intersection with the data for March).
>
> And to make it even weirder, one DCount counts all the data, and has no
> problem; while the DCount next to it which counts a sub-set of that same
> data displays #Error
>
> I am lost for an explanation - any ideas?
>
> P.S. They are using Access 2000 on a Windows XP machine.
>
> Thank you
>
>
>
>