C
Caleb
Hello, I have three tables, an Orders table and a Next Buy table. The Next
Buy table is two columns, the first is a list of products, and the second is
a list of products to recommend to anyone who buys a porduct in the first
column.
I need to make a query that will creates two new fields [Purchased] and
[Next Purchase]. The [Purchased] field needs to take whats entered in the
[ProductsOrdered] field for a record and refrence the Next Buy table, putting
whats in the first column under [Purchased] and putting whats in the second
column under [Next Purchase].
The real problem here is that the [ProductsOrdered] field contains many
variations of the products, making it difficult to refrence to the first
column in the Next Buy table. I know this is confusing but I made it as clear
as I could.
Any help would be appreciated. Thanks
Buy table is two columns, the first is a list of products, and the second is
a list of products to recommend to anyone who buys a porduct in the first
column.
I need to make a query that will creates two new fields [Purchased] and
[Next Purchase]. The [Purchased] field needs to take whats entered in the
[ProductsOrdered] field for a record and refrence the Next Buy table, putting
whats in the first column under [Purchased] and putting whats in the second
column under [Next Purchase].
The real problem here is that the [ProductsOrdered] field contains many
variations of the products, making it difficult to refrence to the first
column in the Next Buy table. I know this is confusing but I made it as clear
as I could.
Any help would be appreciated. Thanks