Hi everyone,
I hope I post in the right place!
I have a problem with a custom autonumber field.
For most tables of my db I use 'select max(table) +1' and everything is fine. But I have some tables in which my Pk are something like 'ART00031'.
In this case my query gives me an error.
What should I change?
Thanks in advance,