So i have three tables.
RawImport- where i import raw data
AmexCurrent- where certain columns of RawImport go for editing
AmexHistorical- where AmexCurrent data goes for archiving once its complete
What i want to do is when data comes into RawImport and i move the data into AmexCurrent, i want the ID# to start back to one so that the next time i import, the data in RawImport will start at one.
i want to do the same for AmexCurrent
Valgore
RawImport- where i import raw data
AmexCurrent- where certain columns of RawImport go for editing
AmexHistorical- where AmexCurrent data goes for archiving once its complete
What i want to do is when data comes into RawImport and i move the data into AmexCurrent, i want the ID# to start back to one so that the next time i import, the data in RawImport will start at one.
i want to do the same for AmexCurrent
Valgore