I have a table which has
OriginSt OCity Dcity Dstate NoOfShipments
A B C D 24
A B C D ?
E F G H 34
E F G H ?
There is a pattern of data here. Four fields in first two rows are same. i have to fill up the ?s in the last column for alternate rows- These ?s are going to be same as in the previous rows. example 24 in the second row and 34 in fourth row. This pattern of data continues through out the table which has hundreds of records.
How do I do this by a query or a table feature.I can do this manually by copying and pasting but it would take a lot of time and effort.
Any help would be greatly appreciated
OriginSt OCity Dcity Dstate NoOfShipments
A B C D 24
A B C D ?
E F G H 34
E F G H ?
There is a pattern of data here. Four fields in first two rows are same. i have to fill up the ?s in the last column for alternate rows- These ?s are going to be same as in the previous rows. example 24 in the second row and 34 in fourth row. This pattern of data continues through out the table which has hundreds of records.
How do I do this by a query or a table feature.I can do this manually by copying and pasting but it would take a lot of time and effort.
Any help would be greatly appreciated