This is simply a question as to whether there is a better way to sort a field than the way we’ve worked with it in an expression. Here’s the scenerio, we bring in a numeric field from an external database source it has six characters, but it can have a leading zero. The leading zero is dropped so in a sort the order is not correct. We’ve gotten around this by adding an expression that includes &Format([SeqNum], “000000”) but we aren’t sure that is the easiest way.
Is there a way that we could change the number every time the number is imported so that any sort that is done thereafter is correct. This is one of our users’ database, and he’s now able to work with the data as he’s added the expression, but in my own mind I’m wondering why can’t the field be correctly formatted on import so that no matter what is done with the number it will sort correctly. My understanding is that the number is not used in calculations.
Your comments and suggestions are most welcome,