H
Haas
I have a table containing the following fields
Code Car type Ownername Ownership%
002 Toyota Pickup John 50
002 Toyota Pickup Odi 50
005 Mercedez Trailer Aish 100
006 Nissan Patrol Ohi 50
007 Toyota Prado Rengo 250
I need to sort by code and then get the total ownership of each car i.e.
code 002 - 100%and then sorting by the total ownership and then count how
many cars has 100% ownership so back and forth, because i have wrong data in
the ownership field so i want to figure out the total ownership of each car.
Any assitance.
Code Car type Ownername Ownership%
002 Toyota Pickup John 50
002 Toyota Pickup Odi 50
005 Mercedez Trailer Aish 100
006 Nissan Patrol Ohi 50
007 Toyota Prado Rengo 250
I need to sort by code and then get the total ownership of each car i.e.
code 002 - 100%and then sorting by the total ownership and then count how
many cars has 100% ownership so back and forth, because i have wrong data in
the ownership field so i want to figure out the total ownership of each car.
Any assitance.