T
Tom W
Abbreviated code:
Set rst = db.OpenRecordset("qryFORECAST", dbOpenDynaset)
mCP = ![CONTID]+![PRINID]
Set rst1 = dbOpenRecordset("tempFORECAST", dbOpenTable)
rst1.FindFirst "![CONTID]+![PRINID]" = mCP
The above code fails to find the record.
What can I do to make the process work?
Set rst = db.OpenRecordset("qryFORECAST", dbOpenDynaset)
mCP = ![CONTID]+![PRINID]
Set rst1 = dbOpenRecordset("tempFORECAST", dbOpenTable)
rst1.FindFirst "![CONTID]+![PRINID]" = mCP
The above code fails to find the record.
What can I do to make the process work?