建议你set the Order_ID Data type to AutoNumber.这样,你根本不用担心什么大啊小的. Data type "AutoNumber" 就是当你insert a new record时,它的value自动向上增加一个. 用你的方法,1.多了一步 2. 容易出错