Hi all,
Was hoping you could point me in the right direction. What I would like to do is have a query the returns only the populated fields on a record. I have a database that i am working where there are numerous columns but I don't want the end user to have to see all the columns when they do a query, just those that have values. They would only need to query one record at a time.
So for example:
Table 1 has four columns: "OrderID", "Apples", "Oranges", "Pears". I run a query to find a particular OrderID and only want to see the columns that have values.
Any help would be greatly appreciated.
thanks!