D
Duane Hookom
I would add a new column [TempStorage]. Then create an update query that
updates [TempStorage] with the values from [Age]. Then update the [Age]
field with values from [rno] and the [rno] field with values from
[TempStorage].
If they are both the same data type, you could just rename age to AgeOld,
then rename rno to Age and then AgeOld to rno.
I always make sure I back up the mdb prior to performing procedures like
this.
updates [TempStorage] with the values from [Age]. Then update the [Age]
field with values from [rno] and the [rno] field with values from
[TempStorage].
If they are both the same data type, you could just rename age to AgeOld,
then rename rno to Age and then AgeOld to rno.
I always make sure I back up the mdb prior to performing procedures like
this.