motoxracer400f
Registered User.
- Local time
- Today, 12:02
- Joined
- Feb 14, 2008
- Messages
- 11
Hi everyone! I've created a form that populates data from my main table. I am trying to create an AutoNumber button that basically finds the last record in my table and then starts a new record following that number. The problem is that the main index column that I am trying to search is not just a number, it's a text field. It consists of 7 characters total (6 numbers and then one letter) ex. 100102A. I want to be able search only the first 6 characters to find the last record which would be 100102 and then autonumber to 100103 and then by default add an "A" to the ending. So my new autonumber should look like this "100103A". How do I get it to autonumber like this when there is a letter at the end? Please help. Thank you so much!