Hi all,
I have a DAP off of a table, that i added a search button to (code from microsoft, see below) This works fine for the 1st DAP i did.
<SCRIPT language=vbscript event=onclick for=search>
<!--
'Clone the recordset.
Dim rs
Set rs = MSODSC.DataPages(0).Recordset.Clone
On error resume next...