I am trying to make a query that will take the value in a textbox on a form to determine the field to show from the queries underlying table. for example:
fields step, 1, 2, 3, 4, 5 and records a, b, c, d
step 1 2 3 4 5
a
b ......"x"
c
d
I have the query set up to select the specific...