>> The error is on line 6
> How do you know? I didn't post any code?
Exactly
My *guess* is that you are attempting to call a method that is not supported
by the cursor type you are using. For example, an adOpenForwardOnly cursor
does not support backwards scrolling, so you can't do objRS.MovePrevious for
example
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Pablo Raices" <pablo_raices@w...>
Subject: [asp_databases] Rowset does not support scrolling backward
Hello,
A connection to an access database returns the following:
Microsoft JET Database Engine error '80040e29'
Rowset does not support scrolling backward.
what can be done about this?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~