C
Caleb
Hello, every day one of our employees downloads a .csv off our shopping cart
website full of orders. Then they manually format the fields, take out all
but the accepted credit cards, and take out all the subscriptions (because
nothing needs shipped for them). After this they make two new fields, a
Purchased field, and a NextPurchase field in the Purchased field the enter
the short version of the product entered (ill elaborate in a minute) and for
the NextPurchase field they consult a spreadsheet that tells them the
reccommended next purchase based on what the customer just purchased. Now the
problem I'm haveing is that when the .csv is downloaded for some reason the
Product, payment methods, price, and some random other things are all entered
into one field! making it impossible to compare to the seperate spreadsheet
to find out NextPurchase as the spreadsheet only displays the Product. I have
been playing with the InStr() trying to get a query to compare the Product on
the spreadsheet with the first few words of the product on the .csv. and
based on that fill in the NextPurchase field.
I know its confusing so if there any questions just ask and Ill do my best
to explain better, thanks in advance, Caleb
website full of orders. Then they manually format the fields, take out all
but the accepted credit cards, and take out all the subscriptions (because
nothing needs shipped for them). After this they make two new fields, a
Purchased field, and a NextPurchase field in the Purchased field the enter
the short version of the product entered (ill elaborate in a minute) and for
the NextPurchase field they consult a spreadsheet that tells them the
reccommended next purchase based on what the customer just purchased. Now the
problem I'm haveing is that when the .csv is downloaded for some reason the
Product, payment methods, price, and some random other things are all entered
into one field! making it impossible to compare to the seperate spreadsheet
to find out NextPurchase as the spreadsheet only displays the Product. I have
been playing with the InStr() trying to get a query to compare the Product on
the spreadsheet with the first few words of the product on the .csv. and
based on that fill in the NextPurchase field.
I know its confusing so if there any questions just ask and Ill do my best
to explain better, thanks in advance, Caleb