bobbster2000
Programmer
I've looked at other Threads for help with this but none of them had exactly what I am looking for. I have a Form called "Work Order". It generates "Job order numbers" by using "Autonumber". I need to add a "Suffix" field so I can group certain records together in order to print them out for a Report. For example, if autonumber gives me 20, I need to add a "A", or a "B" so I can group them together. The Suffix will not always be the same since a Work Order can have 2 to 4 parts to it, with the Suffix representing each part. I know that I can't put a alpha field in the Autonumber section but I've heard that It could be done with a Query. But I don't know where to start and my VB skills are poor. Can someone Please help me?