N
nitengale
I have 2 tables of data that have sku #, size and color. Table 1 is a
reference with all items. Table 2 has on hand data. I am looking to create
a query to pull into table 2 additional information from table 1.
I have attempted to create a query for each table and add in a concatenation
of sku, size and color so that I can join the tables and extract information
to create a table and/or report.
When I attempt to create 1 query from both of these queries I'm getting
error messages...help - is there an easier way to build this (I will need to
refresh my tables on a regular basis from an automatic feed from another
system, so building this into a table isn't an option).
reference with all items. Table 2 has on hand data. I am looking to create
a query to pull into table 2 additional information from table 1.
I have attempted to create a query for each table and add in a concatenation
of sku, size and color so that I can join the tables and extract information
to create a table and/or report.
When I attempt to create 1 query from both of these queries I'm getting
error messages...help - is there an easier way to build this (I will need to
refresh my tables on a regular basis from an automatic feed from another
system, so building this into a table isn't an option).