ok here is want I tried ex: field retpro includes records such as 123456,
345678, 234567 and so on. I want them broken down in 2 fields such as 123 and
345 etc. I created a blank field called two and used an update query to
update such as in the field section I choose two and then update to
left(two,3) and i get two in all fields. Please tell me what i'm doing wrong.
:
** snipped**
I don't know what you did wrong.
You still haven't posted the Update query SQL.
Don't tell us what you did... show us --- by Copying the query SQL and
Pasting it into a reply message.
Further, in your original post you wanted the field [retpro] (123456)
broken down to 123 and 456, in this message you want 123456 broken
down into 123 and 345. You also wrote that you added a new field named
[two] to place the new data in (123), but you are using "left(two,3)"
to do what? [Two] is a new field. It has no data.
And where do you want to have the second 3 characters (456) placed?
Or should the second 3 characters somehow be 345?
Perhaps you should re-write your question. Write it as though you are
trying to explain it to someone who has no idea what you are trying to
do. Show us with an example, exactly what the finished data will look
like. Use actual table and field names.
And don't forget my first paragraph. Copy and Paste and post your SQL.