建議你set the Order_ID Data type to AutoNumber.這樣,你根本不用擔心什麽大啊小的. Data type "AutoNumber" 就是當你insert a new record時,它的value自動向上增加一個. 用你的方法,1.多了一步 2. 容易出錯