E
Eric
I'm getting an invalid argument message (run-time error
3001) on the following line:
Set rs = db.OpenRecordset("SELECT * FROM
tblLinesRequested WHERE fldRequestID = " & Forms!
frmAllRequestsTemporaryLines!RequestID, dbSeeChanges)
p.s. I'm using a linked sql table with an identity column.
Thanks.
3001) on the following line:
Set rs = db.OpenRecordset("SELECT * FROM
tblLinesRequested WHERE fldRequestID = " & Forms!
frmAllRequestsTemporaryLines!RequestID, dbSeeChanges)
p.s. I'm using a linked sql table with an identity column.
Thanks.