Morning All,
I have having a little difficulty here. I have a user form where users will add a number of accounts for one person. Each person has a unique ID. What I want is when each account for this person is added to the form for some type of autonumber but for the autonumber to restart for each new Unique ID.
I.E
Mr J Bloggs Unique ID = AA124
Account 1 SubRef = AA124 &"1"
Account 2 SubRef = AA124 &"2"
Account 3 SubRef = AA124 &"3"
Account 4 SubRef = AA124 &"4"
Mrs J Bloggs Unique ID = AA125
Account 1 Subref = AA125 &"1"
Account 2 Subref = AA125 &"2"
Account 3 Subref = AA125 &"3"
When these accounts are added to the form the SubRef field will autopopulate with this.
Even better if the numbers can just be 1, 2, 3, 4 etc for each account
Any help appreciated.
Thanks
I have having a little difficulty here. I have a user form where users will add a number of accounts for one person. Each person has a unique ID. What I want is when each account for this person is added to the form for some type of autonumber but for the autonumber to restart for each new Unique ID.
I.E
Mr J Bloggs Unique ID = AA124
Account 1 SubRef = AA124 &"1"
Account 2 SubRef = AA124 &"2"
Account 3 SubRef = AA124 &"3"
Account 4 SubRef = AA124 &"4"
Mrs J Bloggs Unique ID = AA125
Account 1 Subref = AA125 &"1"
Account 2 Subref = AA125 &"2"
Account 3 Subref = AA125 &"3"
When these accounts are added to the form the SubRef field will autopopulate with this.
Even better if the numbers can just be 1, 2, 3, 4 etc for each account
Any help appreciated.
Thanks
Comment