Here's the problem. I have a table Equip that has a SN (serial number) field in it. The higher powers that be decided to change the serial numbers on all pieces of equipment.
My problem is that at least until all 1000 items have been retagged, I need to be able to search and find all pieces of equipment by either the old or new serial number until the change is completed.
My thoughts are to add another field to table, for instance, New_SN but then how would I setup my search queries to work on searching either number to find a particular piece of equipment?
Maybe I'm missing an easier way of doing this. Any input greatly appreciated.
Jim
My problem is that at least until all 1000 items have been retagged, I need to be able to search and find all pieces of equipment by either the old or new serial number until the change is completed.
My thoughts are to add another field to table, for instance, New_SN but then how would I setup my search queries to work on searching either number to find a particular piece of equipment?
Maybe I'm missing an easier way of doing this. Any input greatly appreciated.
Jim