Hi,
I have a table consisting of 4 columns in a Access database.The primary key value is the autonumber field.The second column is a memo.I need to insert values into the third column in the format of:
Value of the autonumber field_a string.
eg:If the autonumber of the row I am currently inserting is 3 then the third column should have the value of 3_string.
For this I need to capture the value of the autonumber field for the row I am currently inserting .Can anyone tell me how I can do this in vb.net.
I have a table consisting of 4 columns in a Access database.The primary key value is the autonumber field.The second column is a memo.I need to insert values into the third column in the format of:
Value of the autonumber field_a string.
eg:If the autonumber of the row I am currently inserting is 3 then the third column should have the value of 3_string.
For this I need to capture the value of the autonumber field for the row I am currently inserting .Can anyone tell me how I can do this in vb.net.