G
Guest
hello.
I have a table with an auto-number field that is also primary key.
I have also a vba module that verifies certain conditions and if the
conditions are true the inserts another record on the table. I'm using an
Insert into SQL comand.
How can i increment the value of the auto-number, using this type of comand?
I have a table with an auto-number field that is also primary key.
I have also a vba module that verifies certain conditions and if the
conditions are true the inserts another record on the table. I'm using an
Insert into SQL comand.
How can i increment the value of the auto-number, using this type of comand?