oops- i may have forgot to include my error in the first posting so here
it is again.
i have a form where i collect some data to query an access db. i post this
data to an asp page where i create a recordset and try to set up a paging
process. i get the first page of data but when i try to go forward to
another page i get an error. error and code of both pages is below. thanks
for your help.
*******************error********************
Error Type:
ADODB.Recordset (0x800A0BB9)
Arguments are of the wrong type, are out of acceptable range, or are in
conflict with one another.
/mspaging.asp, line 46
Browser Type:
Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)
Page:
POST 20 bytes to /mspaging.asp
POST Data:
intpage=1&action=%3E
************************end error**************
******