A
Access G-man
I read a lot of posts on how to split data in a field. The text field I have
is part numbers and descriptions of parts together. I want to seperate them
to part # and Descrioption. I ran this update query Left([part_#]), " ",
0)-1). Which was successful to an extent. I changed the part number and
description field to just part number field, which is what I wanted to do. I
lost all the description that goes with the Part numbers. I ran a make table
query to get two fields. part # and description. In the part # field are just
part numbers, in the description I put in my back up part numbers with
description. I now need to delete just the 1st text before the space. Would I
change the code to Right([part_#]), " ", 0)-1) in an update query? Or is
there an easy way to run a split code? I am not very experienced in code.
is part numbers and descriptions of parts together. I want to seperate them
to part # and Descrioption. I ran this update query Left([part_#]), " ",
0)-1). Which was successful to an extent. I changed the part number and
description field to just part number field, which is what I wanted to do. I
lost all the description that goes with the Part numbers. I ran a make table
query to get two fields. part # and description. In the part # field are just
part numbers, in the description I put in my back up part numbers with
description. I now need to delete just the 1st text before the space. Would I
change the code to Right([part_#]), " ", 0)-1) in an update query? Or is
there an easy way to run a split code? I am not very experienced in code.