B
Bob Howard
I get a compile error on the "Seek" in the following sequence using Access
2003:
Set PDB = CodeDb()
Set RFile = PDB.OpenRecordset("Usys_acgRptPrn", dbOpenTable)
RFile.Index = "PrimaryKey"
RFile.Seek "=", ActDBName, strRptName
If I remove the second key (strRptName) it compiles OK.
But the documentation says it'll take up to 13 keys.
(p.s. --- this code is part of the "On-The-Fly Printing" software package I
purchased last year and I cannot get in contact with the vendor as the
"contact" link on their web site is broken...)
Any help on this ??
Bob
2003:
Set PDB = CodeDb()
Set RFile = PDB.OpenRecordset("Usys_acgRptPrn", dbOpenTable)
RFile.Index = "PrimaryKey"
RFile.Seek "=", ActDBName, strRptName
If I remove the second key (strRptName) it compiles OK.
But the documentation says it'll take up to 13 keys.
(p.s. --- this code is part of the "On-The-Fly Printing" software package I
purchased last year and I cannot get in contact with the vendor as the
"contact" link on their web site is broken...)
Any help on this ??
Bob