ACCESS VBA SELECT - TechRepublic
General discussion
June 18, 2002 at 04:25 PM
yatst

ACCESS VBA SELECT

by yatst . Updated 23 years, 11 months ago

I have four of these open recordsets in my code. For some reason this one keeps throwing a syntax error and/or a runtime error that Iam missing an operand. Any help would be appreciated I’ve spent hours trying to debug this.

Set ShpCstcnn = CurrentProject.Connection
AmtRst.Open “Select * from tblStdShipCost Where ShpCstCode = ” & ShpCd, ShpCstcnn

This discussion is locked

All Comments