TiltingCode
Programmer
Question: When inserting a new record, should I first do a Select statement to make sure the record doesn't already exist? Or should I write the code to warn the user if the Insert statement comes back with an error.
I wrote code for the former but another programmer said to do the later.
What do you all suggest?
I wrote code for the former but another programmer said to do the later.
What do you all suggest?