trystanhuwwilliams1
Programmer
Hi,
I want to open a recordset based on a parameterized query with two parameters. This code works for opening a single parameterized query:
How can I alter this code so that it includes another parameter?
Cheers
I want to open a recordset based on a parameterized query with two parameters. This code works for opening a single parameterized query:
Code:
SET QDF = DB.QUERYDEFS("RECORDS QUERY")
QDF.PARAMETERS(0)=FORMS!STAFF!1STDATE
SET RST = QDF.OPENRECORDSET
How can I alter this code so that it includes another parameter?
Cheers