D
dave b via AccessMonster.com
I have a form which collects parameters to run a report. One of the
parameters collects a list that populates a table. I wanted to make the list
table unique, so I create it when the user enters the form and delete it when
the user exits the form. I name the table "tblProductSelectFilling" & Hour
(Time) & Minute(Time) & Second(Time).
When the report is run a filter is built using the selected parameters. The
report works fine if the list table is using a stagnant name; however, I want
the query to have access to the timestamped list table whenever the user runs
the report.
I can pass the name of the table to the module that creates the filter, but
how do I use that varible to reference the value in the table?
parameters collects a list that populates a table. I wanted to make the list
table unique, so I create it when the user enters the form and delete it when
the user exits the form. I name the table "tblProductSelectFilling" & Hour
(Time) & Minute(Time) & Second(Time).
When the report is run a filter is built using the selected parameters. The
report works fine if the list table is using a stagnant name; however, I want
the query to have access to the timestamped list table whenever the user runs
the report.
I can pass the name of the table to the module that creates the filter, but
how do I use that varible to reference the value in the table?