A
Amy E. Baggott
Our online application allows exhibitors to request up to three separate
booths with up to six choices for each (a total of 18 possible choices). The
web site exports the application as a single record with the choices marked
as "Booth 1 Choice1", "Booth 1 Choice2", etc. Now my boss wants me to give
him a report showing the dimensions and sqare feet of each exhibitor's
choices. I have a table for the booth inventory that includes that data, but
I don't know how to get it to link each choice to the booth table to get me
the information for that booth number. Is there any way to do it short of
some sort of massive union query?
booths with up to six choices for each (a total of 18 possible choices). The
web site exports the application as a single record with the choices marked
as "Booth 1 Choice1", "Booth 1 Choice2", etc. Now my boss wants me to give
him a report showing the dimensions and sqare feet of each exhibitor's
choices. I have a table for the booth inventory that includes that data, but
I don't know how to get it to link each choice to the booth table to get me
the information for that booth number. Is there any way to do it short of
some sort of massive union query?