Gustav Brock
Gustav at cactus.dk
Thu Sep 27 02:44:11 CDT 2007
Hi Rocky
So what was the real problem?
/gustav
>>> rockysmolin at bchacc.com 27-09-2007 05:03 >>>
Yeah, found. What I have found from searching the Internet is that the
error I'm getting generally has little to do with what the real problem is.
Rocky
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Jim Lawrence
Sent: Wednesday, September 26, 2007 7:09 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] You Canceled the Previous Operation
Rocky: Maybe late for this discussion but have you checked to see whether a
match was indeed found? Jim
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin at
Beach Access Software
Sent: Wednesday, September 26, 2007 8:14 AM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] You Canceled the Previous Operation
Dear List:
Does anyone know why the code:
Me.RecordsetClone.FindFirst "PersonID = " & Me.lstShortList.Column(0)
Me.Bookmark = Me.RecordsetClone.Bookmark
generates an error 2001 - You Canceled the Previous Operation?
The value in Me.lstShortList.Column(0) is a valid PersonID. It happens on
the second line.
MTIA
Rocky