fuuumanchu
Technical User
In addition to my previous question, I need to create a query that will work in forms, that will automatically generate a customer ID number.
1. If the customer is new it will generate an Id that will take the first initial of the customer's FirstName and the first initial of the customer's LastName. Then a four digit number will follow after.
2. The customer ID must be unique and the four digit number must automatically generate starting from 1000 not before it.
1. If the customer is new it will generate an Id that will take the first initial of the customer's FirstName and the first initial of the customer's LastName. Then a four digit number will follow after.
2. The customer ID must be unique and the four digit number must automatically generate starting from 1000 not before it.