Hello.
I've been working on an small museum artifact database and the main identifier of each object is the object's accession number. Before, this number was a long integer but it was later found that we needed more than the maximum number of figures that long integer would give. We selected the next one up - single, but that screwed everything up. It rounded all the accession numbers off for some screwed reason.
Is there any quick way to mass transfer new records from the table that is now screwed up to a backed-up table so I only have to go back and modify about 600 numbers instead of the whole database of 9000? I'm pretty new to this. These tables are essentially the same, just more data was entered into one of them. I can't seem to be able to select more than one record at a time - so I'm wondering if that is possible.
What I don't want to have to do is simply all of the new records in again by hand when they are essentially there, just the accession numbers are screwed up.
Any help that can be offered would be great!
Thanks for any help you guys can offer!
I've been working on an small museum artifact database and the main identifier of each object is the object's accession number. Before, this number was a long integer but it was later found that we needed more than the maximum number of figures that long integer would give. We selected the next one up - single, but that screwed everything up. It rounded all the accession numbers off for some screwed reason.
Is there any quick way to mass transfer new records from the table that is now screwed up to a backed-up table so I only have to go back and modify about 600 numbers instead of the whole database of 9000? I'm pretty new to this. These tables are essentially the same, just more data was entered into one of them. I can't seem to be able to select more than one record at a time - so I'm wondering if that is possible.
What I don't want to have to do is simply all of the new records in again by hand when they are essentially there, just the accession numbers are screwed up.
Any help that can be offered would be great!
Thanks for any help you guys can offer!