Using textbox value as TABLE name
Hi guys,
im trying to specify the table name in my query through a textbox i.e. the name of table to query from will be specified in the text field.
so far i have this:
SELECT *
FROM forms!search!table_name.value;
im getting an error saying 'Microsoft Jet database engine cannot find the input table or query forms!search!table_name.value'
what am i doing wrong?
Hi guys,
im trying to specify the table name in my query through a textbox i.e. the name of table to query from will be specified in the text field.
so far i have this:
SELECT *
FROM forms!search!table_name.value;
im getting an error saying 'Microsoft Jet database engine cannot find the input table or query forms!search!table_name.value'
what am i doing wrong?
Last edited: