I am using MS Access 2013.
I have a query which takes data from other query table.
I need to write the MS Query using a condition, say if the source table is empty, then create a table with set of columns, else create a different table with the values from source table.
I was trying to do...