EndlessNights
Programmer
What is the best way of handling this situation in Access via VBA?
Currently I am planning on openning a recordset based on criteria that determines the unique record, check if a record exists, if it does update some data fields of the record (e.g. !field1 = field1 + 1), if it doesn't exist create a new one.
I am assuming that this is likely a routine that is quite common... Is there a "best of" example for how to handle this situation.
Thanks...
Currently I am planning on openning a recordset based on criteria that determines the unique record, check if a record exists, if it does update some data fields of the record (e.g. !field1 = field1 + 1), if it doesn't exist create a new one.
I am assuming that this is likely a routine that is quite common... Is there a "best of" example for how to handle this situation.
Thanks...