K
Kevin Labore
I have an access table which I need to update the school names
The school codes(SchCode) are codes are consistent from year to year but the
school names(SchName) are spelled differently year to year.
Since I am doing reports with pivot tables I need to be sure the names are
consistent(exactly the same, other wise the pivot report either wont be
accurate or wont be easier to read) (i.e.. "My Town School" vs. "MyTown
Scho" etc)
The field names I would use to update (year(of data), SchCode(the code for
the School) , SchName( the school name))
I figure it would be easier to change any previous year name to the current
years SchName
My Question is how to write an update query to accomplish this or if another
approach would make more sense
I have seen update queries to replace based on specific criteria but this
different.
If Schcode = AND (<year 2006) then replace SchName with SchName (year 2006)
I don't want to have to try to figure what schools names needs to be fixed
and fix them one by one by hand.(as there are over 1/4 Million record)
Thank you in advance for any assistance you can offer.
Kevin Labore
The school codes(SchCode) are codes are consistent from year to year but the
school names(SchName) are spelled differently year to year.
Since I am doing reports with pivot tables I need to be sure the names are
consistent(exactly the same, other wise the pivot report either wont be
accurate or wont be easier to read) (i.e.. "My Town School" vs. "MyTown
Scho" etc)
The field names I would use to update (year(of data), SchCode(the code for
the School) , SchName( the school name))
I figure it would be easier to change any previous year name to the current
years SchName
My Question is how to write an update query to accomplish this or if another
approach would make more sense
I have seen update queries to replace based on specific criteria but this
different.
If Schcode = AND (<year 2006) then replace SchName with SchName (year 2006)
I don't want to have to try to figure what schools names needs to be fixed
and fix them one by one by hand.(as there are over 1/4 Million record)
Thank you in advance for any assistance you can offer.
Kevin Labore