G
Guest
Variable dtCurrent holds the curent date which is set up as a parameter in
query MainQueryWithParm.
Set rst = db.OpenRecordset("MainQueryWithParm", dtCurrent,dbOpenDynaset)
Is it not possible to pass a parameter in this way ?
query MainQueryWithParm.
Set rst = db.OpenRecordset("MainQueryWithParm", dtCurrent,dbOpenDynaset)
Is it not possible to pass a parameter in this way ?