A little problem.
I insert a field right this:
row0 is the ID field.
I want that row3 is the same as the id.
So:
But wat doe i need to put into the [id] place??? to get the ID?? (the id must be generated by the database jet!!
I insert a field right this:
Code:
insert into veld1(row1,row2) values(1,2);
row0 is the ID field.
I want that row3 is the same as the id.
So:
Code:
insert into veld1(row1,row2,row3) values(1,2,[id]);
But wat doe i need to put into the [id] place??? to get the ID?? (the id must be generated by the database jet!!
Last edited by a moderator: