Y
ying06
I have an access database. Since the DB size reach to 2G, I convert the data
part to SQL server. And linked the tables back to MDB file. The question is
the autonumber column which is correspond idenity column in SQL server.
When I insert a record to a table that contains autonumber column. The
number is generated after I leave the record. While before, the number is
generated while the record has data (first keystrok in any field).
Because I need do something else to this autonumber column before leaving
the record. Rigth now, the program couldn't work now.
The program is in hurry and do not have time to fix. I wonder if there is
any quick solution for this.
By the way, is access 2007 still has the database size limited to 2G?
Thanks
part to SQL server. And linked the tables back to MDB file. The question is
the autonumber column which is correspond idenity column in SQL server.
When I insert a record to a table that contains autonumber column. The
number is generated after I leave the record. While before, the number is
generated while the record has data (first keystrok in any field).
Because I need do something else to this autonumber column before leaving
the record. Rigth now, the program couldn't work now.
The program is in hurry and do not have time to fix. I wonder if there is
any quick solution for this.
By the way, is access 2007 still has the database size limited to 2G?
Thanks