Home Forums Programming General Create Auto Number based on ORder by Field RE: Create Auto Number based on ORder by Field

  • In order to accomplish what you're looking for you need to create a new empty table with the autonumber, then run an INSERT statement with the ORDER BY instruction attached. This will ensure that the data gets numbered appropriately.

    You will then need to do whatever table rename is relevant.

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?