LittleMan22
Technical User
Here's what I'm trying to do (this code needs to appear in the on-click event procedure of a button in a form).
I need to
a) open a recordset (Policies)
b) Access searches for the entry (unique entries) that matches the policy ID# displayed on Forms!frmClients!subFormPolicies.
c) Access updates the field 'status' within this entry to say "CHANGE"
d) the recordset saves and closes
How do I got about writing this code?
Thanks in advance,
Ryan.
I need to
a) open a recordset (Policies)
b) Access searches for the entry (unique entries) that matches the policy ID# displayed on Forms!frmClients!subFormPolicies.
c) Access updates the field 'status' within this entry to say "CHANGE"
d) the recordset saves and closes
How do I got about writing this code?
Thanks in advance,
Ryan.