Wasn't sure where to put this...
Does anyone here use ASP? I'm trying to fix a site built by someone else, a thousand years ago, when they were an asp beginner. The code is long, and after modifying one area of the site to calculate properly I have broken another.
*sigh*
I am getting this error :
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/login/pplslogin/assc/taxinvoice.asp, line 0
I know the records exist. The only thing I can think of is that perhaps I have a conflict between data types.
*Sigh Again*
Never mind. Turns out the record was missing O.o