A
Alex
Hi, and Happy new Year to all on the NG - hope someone can help me.
Within a function, I need to open a table, find a record and update it, and
I am not quite sure how to do this
I have used:
rs.Open "tblSWPurchases", CurrentProject.Connection, adOpenKeyset,
adLockOptimistic
to open table tbl;SWPurchases. I now need to locate the record where
[recordId] = RecId (a variable), and then update a field [Licid] with a
variable and then close the table down.
i have tried various syntax to FindFirst where [RecordId] = RecId, but
without success.
COuld some kiond person either advise me or point me in the direction of a
tutorial
Thanks
Alex
Within a function, I need to open a table, find a record and update it, and
I am not quite sure how to do this
I have used:
rs.Open "tblSWPurchases", CurrentProject.Connection, adOpenKeyset,
adLockOptimistic
to open table tbl;SWPurchases. I now need to locate the record where
[recordId] = RecId (a variable), and then update a field [Licid] with a
variable and then close the table down.
i have tried various syntax to FindFirst where [RecordId] = RecId, but
without success.
COuld some kiond person either advise me or point me in the direction of a
tutorial
Thanks
Alex