JamesMcS
Keyboard-Chair Interface
- Local time
- Today, 16:49
- Joined
- Sep 7, 2009
- Messages
- 1,819
Well, if you have to use an ID consiting of ABC and a number, I think the easiest and quickest thing to do here is just to create an update query that updates the ABC ID field to the default value we've been talking about in this thread, i.e. "ABC/00" & [ListID]. That should put the correct ID value in your field, then it'll be permanently there with each record and you can do whatever you want with it.
But Brian's right - if you don't specifically require the ABC in the ID, i.e. it's not explicity used somewhere else as a unique ID, you might as well just use the autonumber as the unique ID. Then if you want to use ABCxxx in a report, just make that text box a concatenation like we've been talking about earlier in the thread.
But Brian's right - if you don't specifically require the ABC in the ID, i.e. it's not explicity used somewhere else as a unique ID, you might as well just use the autonumber as the unique ID. Then if you want to use ABCxxx in a report, just make that text box a concatenation like we've been talking about earlier in the thread.