D
Deborah
OK I have a record set being opened based on the following
lines:
strCrit = "SELECT * FROM qryPub WHERE [PubID] = " &
pidOverall
rst1.Open strCrit, thisCN1, adOpenKeyset,
adLockOptimistic, adCmdText
where "qryPub" is a premade query in Access. I want to
update the record that I get from this recordset. The
books I have looked at have updating only done where the
recordset is based on a table, not a query. How do I get
my tables that are involved in the query to update
correctly?
Thanks
lines:
strCrit = "SELECT * FROM qryPub WHERE [PubID] = " &
pidOverall
rst1.Open strCrit, thisCN1, adOpenKeyset,
adLockOptimistic, adCmdText
where "qryPub" is a premade query in Access. I want to
update the record that I get from this recordset. The
books I have looked at have updating only done where the
recordset is based on a table, not a query. How do I get
my tables that are involved in the query to update
correctly?
Thanks