Hi all
I've got a vb 2005 form with textboxes for data from fields and buttons: read, write, update, del
I've got it querying an access database, and grabbing data from a table.
Read works, if record already present, does a SELECT
write works, if record NOT present, does an INSERT
del works...