Choose tables from form

D

Don E

What is the correct query to use a form field to select a certain table from
a database. Example : Tables are named as years and I want to enter a year
in a form and display that table. I have tried Select * from ::fieldname::
 
Top