Thank you for the explanation. That makes perfect sense - I split the
application on the XP machine at work, but not on my laptop.
Allen Browne wrote:[color=blue]
> DCount() should be fine.
>
> The Seek method (DAO) works only for recordsets of type dbOpenTable.
> That type applies only to local tables, not attached tables which[/color]
open as[color=blue]
> dbOpenDynaset by default.
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users -
http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "Randy A. Bohannon" <bohannon@rr.com> wrote in message
> news:NiEFd.26326$Xs6.4937@twister.nyroc.rr.com...[color=green]
> > OK, so I thought the problem was a result of the app being[/color][/color]
developed on[color=blue][color=green]
> > Windows 2000 and then being moved to XP, and there was some version[/color][/color]
[color=blue][color=green]
> > conflict
> > with somethingorother. But I tried this on my XP laptop at home,[/color][/color]
and it[color=blue][color=green]
> > works fine.
> >
> > I'm still curious if anyone has any idea about what the problem[/color][/color]
could be,[color=blue][color=green]
> > but I'm going to use DCount instead of the Recordset methods. I[/color][/color]
just need[color=blue][color=green]
> > to wait until I'm back in the office to see if DCount gives me any[/color][/color]
trouble[color=blue][color=green]
> > on the other machine.[/color][/color]