Mitre
January 30th, 2001, 02:52 AM
hi, i made a data type for a column autonumber in access... i wanted to have a unique number in this way.. the column is named " id"
Tried accessing it the following way but failed.. any ideas to solving this problem ??
SQL = " INSERT id FROM table "
.....
......... ( code to execute SQL statement)
dim abc
abc = RS("id")
Response.Write abc
Tried accessing it the following way but failed.. any ideas to solving this problem ??
SQL = " INSERT id FROM table "
.....
......... ( code to execute SQL statement)
dim abc
abc = RS("id")
Response.Write abc