A
Aussie Rules
Hi,
I have an access 2007 table that has an autonumber.
Is it possible to get that value back as apart of a insert command ?
Dim OleCommand As New OleDb.OleDbCommand
OleCommand.CommandType = CommandType.Text
OleCommand.Connection = dbConnection
OleCommand.CommandText = "Insert into projects (ProjectName, Months,
Description, etc
OleCommand.ExecuteNonQuery()
I have an access 2007 table that has an autonumber.
Is it possible to get that value back as apart of a insert command ?
Dim OleCommand As New OleDb.OleDbCommand
OleCommand.CommandType = CommandType.Text
OleCommand.Connection = dbConnection
OleCommand.CommandText = "Insert into projects (ProjectName, Months,
Description, etc
OleCommand.ExecuteNonQuery()