K
kris
Hello,
I have a list box in a form that helps me to select a "Field" in the
table.I want the query output to display only that field and hide the rest of
the fields for all records.
I have tried putting the "Forms![Table2]![category] " in the the query
display field but that doesnt work.The SQL view looks like this
SELECT [Forms]![Table2]![category] AS Expr1
FROM Table1;
I have a list box in a form that helps me to select a "Field" in the
table.I want the query output to display only that field and hide the rest of
the fields for all records.
I have tried putting the "Forms![Table2]![category] " in the the query
display field but that doesnt work.The SQL view looks like this
SELECT [Forms]![Table2]![category] AS Expr1
FROM Table1;