Dynamic Access Table from Form

Joined
Jul 4, 2013
Messages
1
Reaction score
0
I am tyring to write a query where Admission numbers to a club will be selected from different tables depending on the members start year. All the options for the year tables are in a drop down combox on a form. I want a user to be able to select a year from the box, then the query to select information from that year table.

Hope that make sense, here is the code I have been using. It says syntax error:

SELECT [Admission No#]
FROM [Forms]![Control Form]![YearSelect];
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top