I have an asp page that I have two selects, the first is for paging using a cursor, the second is for building a textarea within the main page. The first select works just fine, but when I attempt to execute the second select I get an error message
"No value given for one or more required parameters."
on the following line
Set rsttext = adoAccess.Execute(strSQL1)
All of my variables are defined. I'm using this second select to retrieve some text lines based on what each record that is displayed from the first select. As the user pages, I want to load the approperiate text lines.
Can someone help me, can this even be done?
Thanks in advance for the help with this, your input is greatly appreciated.
Thanks TBlack.
"No value given for one or more required parameters."
on the following line
Set rsttext = adoAccess.Execute(strSQL1)
All of my variables are defined. I'm using this second select to retrieve some text lines based on what each record that is displayed from the first select. As the user pages, I want to load the approperiate text lines.
Can someone help me, can this even be done?
Thanks in advance for the help with this, your input is greatly appreciated.
Thanks TBlack.