M
metricsinstitute
Hello,
I'm creating a recordset with the following (partial) code:
rs1 = MainTableRangeSheet & "$" & MainTableRangeNoDollar & "]"
Sql = "SELECT * FROM " & rs1 & " AS T1
objRecordset.Open Sql, ObjConnection, adOpenForwardOnly
The code works fine...
I'm interested at adding a unique ID variable to each record (1,2,3...)
Could you help?
Thanks
Avi
I'm creating a recordset with the following (partial) code:
rs1 = MainTableRangeSheet & "$" & MainTableRangeNoDollar & "]"
Sql = "SELECT * FROM " & rs1 & " AS T1
objRecordset.Open Sql, ObjConnection, adOpenForwardOnly
The code works fine...
I'm interested at adding a unique ID variable to each record (1,2,3...)
Could you help?
Thanks
Avi