Sorry if the title sounds weird.
I have 3 tables called:
Medart
Calow
BP16
These tables each have the same fields. The fields are SP1, SP2, SP3 and SP4.
I have a query and I want to pick out the relevant SP# from one of the tables Medart, Calow, BP16.
There is a field called "Machine" on my input table which allows the user to choose one of Medart, Calow and BP16.
In my query, if I write:
Speed1: ["[Machine]"].SP1
or something similar so that I can easily use the name of the machine input to find the value in the corresponding table
Thanks![]()