J
Jeff
When adding a new record in a table via a form, I'd like to be able to
automatically generate a primary key id.
The current format of the ids is first initial, last initial,
sequential number starting from 001 that is not used.
So Jeff Marks would be JM001, John Miller would become JM002.
Is there a way to do this using the text manipulation strings? I could
manage first and last initial, but the unused 3 digit number baffles
me.
Thanks
Jeff
automatically generate a primary key id.
The current format of the ids is first initial, last initial,
sequential number starting from 001 that is not used.
So Jeff Marks would be JM001, John Miller would become JM002.
Is there a way to do this using the text manipulation strings? I could
manage first and last initial, but the unused 3 digit number baffles
me.
Thanks
Jeff