Hey everyone, yep I need help again.. haha.. 
I'm working with a table that contains records for every registered voter. Ok, well it is only current to 1997 and there is an excel update for it, but all the fields are messed up so I'm having to convert and move stuff around to make it all mesh together properly in the end when I actually do the import.
What I need help with is,
In the Voters table, I have a field (Zipcode) which is 9 numbers ex: "704271911" which is basically the first 5 of the zipcode and the last 4. Well the update I have has seperate fields for this. First 5 and Last 4. I need to split it up like this for the original table.
I'm having problems with the syntax.
I need to take the Right([Zipcode],4) and insert those 4 numbers into (Zipcode_L4). I've played with a few different ways of doing it and I just can't seem to get it right, I keep getting errors.
Oh yeh, also after I insert all the correct numbers into the Zipcode_L4 field, could you possibly help me with the delete query to delete those right 4 numbers from the original field (Zipcode).
Can anyone help me with this? Thank you for your assistance as always.
I'm working with a table that contains records for every registered voter. Ok, well it is only current to 1997 and there is an excel update for it, but all the fields are messed up so I'm having to convert and move stuff around to make it all mesh together properly in the end when I actually do the import.
What I need help with is,
In the Voters table, I have a field (Zipcode) which is 9 numbers ex: "704271911" which is basically the first 5 of the zipcode and the last 4. Well the update I have has seperate fields for this. First 5 and Last 4. I need to split it up like this for the original table.
I'm having problems with the syntax.
I need to take the Right([Zipcode],4) and insert those 4 numbers into (Zipcode_L4). I've played with a few different ways of doing it and I just can't seem to get it right, I keep getting errors.
Oh yeh, also after I insert all the correct numbers into the Zipcode_L4 field, could you possibly help me with the delete query to delete those right 4 numbers from the original field (Zipcode).
Can anyone help me with this? Thank you for your assistance as always.