B
Bill Johnson
Is this supposed to work? I'm trying to perform an
operation in VB code based on the results of a Select Query
rst1.Open "SELECT * FROM qryFSAgingDetail", cnn,
adOpenForwardOnly, adLockReadOnly
The select query includes fields from three tables.
I'm getting an error :
"No value given for one or more parameters"
"Error Number" -2147217904
I'm thinking my use of a query is the most likely reason.
operation in VB code based on the results of a Select Query
rst1.Open "SELECT * FROM qryFSAgingDetail", cnn,
adOpenForwardOnly, adLockReadOnly
The select query includes fields from three tables.
I'm getting an error :
"No value given for one or more parameters"
"Error Number" -2147217904
I'm thinking my use of a query is the most likely reason.