Christopher770
Registered User.
- Local time
- Today, 16:33
- Joined
- Sep 2, 2014
- Messages
- 18
I apologize if this is not the right forum!
I created an unbound form with two unbound text boxes and set my row source to look up and populate [TID1] and [TID2]. I used another text box to concatenate. So far easy.
What I need is to do is add an incremental number for the pair in a new Table. This would increment based on the paring of unique concatenated values. I've created the new table to hold the values and using an append query to try and do this, but no success (obviously).
The result of what I'm looking for is like this:
ATLJAX1
ATLJAX2
ATLSAV1
ATLSAV2
ATLSAV3
Now suppose I want to add a new record for ATLJAX, and a new record for ATLSAV#. The result I'm looking for is: ATLJAX3, AND ATLSAV4, to be added to my new table.
I'm not sure the the method I need to take to accomplish this. I'm good with access, but suck at VBA
Any an all help would greatly be appreciated. And, if I need to re-post to another section, I'm sure you'll advise me.
- Table with Two Alpha ID's [TID1] and [TID2]
- Independently, each are unique
- I need to concatenate them for form [TID1]&[TID2], no problem
- but i need to add an auto increment number starting at 1
I created an unbound form with two unbound text boxes and set my row source to look up and populate [TID1] and [TID2]. I used another text box to concatenate. So far easy.
What I need is to do is add an incremental number for the pair in a new Table. This would increment based on the paring of unique concatenated values. I've created the new table to hold the values and using an append query to try and do this, but no success (obviously).
The result of what I'm looking for is like this:
ATLJAX1
ATLJAX2
ATLSAV1
ATLSAV2
ATLSAV3
Now suppose I want to add a new record for ATLJAX, and a new record for ATLSAV#. The result I'm looking for is: ATLJAX3, AND ATLSAV4, to be added to my new table.
I'm not sure the the method I need to take to accomplish this. I'm good with access, but suck at VBA

Any an all help would greatly be appreciated. And, if I need to re-post to another section, I'm sure you'll advise me.
