Hi everyone,
I am currently writing a module that checks a table's primary key (a mixture of letters and numbers) and increments the last relevant code by 1, before creating a record for this key and adding it to the table.
The code I've written manages to get the right code, increase the...