Hi
I have a table that has invoiceID as the primary key but it is not auto number, it is string. what I want to do is in the form when it is loaded, I want to following this format:
"Py-000" then add a number and keeps incrementing.
Example: "Py-0001","Py-0002","Py-0003"...
I know that I need to save the counter in the table but how to do that when mixing string and number?