Good morning, I am still pretty new with more complex things and was hoping someone could help me out. Basically I have a member form and anytime we enter a member obviously there is the primary key which is an auto number ID, but I would also like a membership ID field that is short text such as "MEM-0001" and then always progresses by 1 each time we create a new member. So "MEM-0002", "MEM-0003" etc. How do I go about doing this while ensuring the membership ID is always unique? It will be a field on the form and a short text in the table called MembershipID
Thank you!