B
ben
I am trying to import tables into a db and append them to
a table in that db. I have the tables imported, and i
can append most of the records, but there is a IDnumber
field that have identical numbers (and they need to be
unique)...is there a way to programmatically add numbers
to the old IDnumbers? Such as changing 101 to 99999101?
ben
a table in that db. I have the tables imported, and i
can append most of the records, but there is a IDnumber
field that have identical numbers (and they need to be
unique)...is there a way to programmatically add numbers
to the old IDnumbers? Such as changing 101 to 99999101?
ben