Hi,
I have never written vba / functions before, but I would like to learn by seeing how the code would work for a problem I need to solve.
The table is called 'Books' and the column I need to update is called 'processed' (all in one simple database).
Basically i need to write a function that when run, adds the word "complete" to the processed column (for all records) IF the word 'notcomplete' does not exist.
sounds simple enough, but when you've never written VBA before its not!
many thanks.