Hi guys,
i'm new to access, have done a little sql before and am trying to to sort out a table i have been given. It has in one column 'productBrandroductCode' and i am trying to split the data that is seperated by the ':' up into two seperate columns, brand and code.
I have been typing the sql into access because its gui is hard to use (for me anyway!) and i'm not getting a result. What is the sql for this? i have been using the following, i was going to run the query for every brand.. maybe theres a better way?
UPDATE products
SET brand = brandName1
WHERE item Like "*brandName1*"
by the way, this query doesn't seem to work in access.
i'm new to access, have done a little sql before and am trying to to sort out a table i have been given. It has in one column 'productBrandroductCode' and i am trying to split the data that is seperated by the ':' up into two seperate columns, brand and code.
I have been typing the sql into access because its gui is hard to use (for me anyway!) and i'm not getting a result. What is the sql for this? i have been using the following, i was going to run the query for every brand.. maybe theres a better way?
UPDATE products
SET brand = brandName1
WHERE item Like "*brandName1*"
by the way, this query doesn't seem to work in access.