D
DavidB
I'm writing a Access 2007 db to help with inventory control that contains a
crosstab table which pulls together a product's descriptive elements to make
a model part number for the product. The query then lists each part's serial
number below the part number in a column. I want to then take that part
number and dynamically make a table-field out of it with the serial numbers
listed below. Since this value can change each time the query is run, the
table has to be dynamic and cleared after each use. I've found that crosstab
queries don't play well with the make-table option in queries or with reports
at gen time. I thought that by leaving the query as a select query, then
programmatically creating the table fields, I could get around this
irritation. Any ideas?
crosstab table which pulls together a product's descriptive elements to make
a model part number for the product. The query then lists each part's serial
number below the part number in a column. I want to then take that part
number and dynamically make a table-field out of it with the serial numbers
listed below. Since this value can change each time the query is run, the
table has to be dynamic and cleared after each use. I've found that crosstab
queries don't play well with the make-table option in queries or with reports
at gen time. I thought that by leaving the query as a select query, then
programmatically creating the table fields, I could get around this
irritation. Any ideas?