hello all,
how can I do this :
I have a table with fields jan, feb, mar, apr, jun, and so on , in each of these fields is either a null or some value.
I want to beable to run a query so I can input a month and bring back data for that month that is not null.
something like :
select [chosen month] from table
where [chosen month] is not null
can that be done?
thank you for your help/
how can I do this :
I have a table with fields jan, feb, mar, apr, jun, and so on , in each of these fields is either a null or some value.
I want to beable to run a query so I can input a month and bring back data for that month that is not null.
something like :
select [chosen month] from table
where [chosen month] is not null
can that be done?
thank you for your help/