NXMold
Technical User
- Jul 22, 2008
- 104
I am setting up a purchase order system and have decided to add new records using VBA, and also deleting them if certain conditions are not met.
I started to implement this with docmd.runsql and warnings turned off, but now I wonder if its better to use recordsets, particularly in case of an error.
Any comments on the reletive merits of each approach?
I started to implement this with docmd.runsql and warnings turned off, but now I wonder if its better to use recordsets, particularly in case of an error.
Any comments on the reletive merits of each approach?