View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
onedaywhen onedaywhen is offline
external usenet poster
 
Posts: 459
Default External data query - need to use SELECT * (ALL RECORDS)

Your table gets a new column every month?! Sounds like bad database
design. Treat the problem, rather than the symptoms: redesign your
database schema.

--

(Vlad) wrote in message . com...
I have a query that will expand every month to include all monthly
data. How can i modify my existing data query to include SELECT *
(for all records), instead of adding a column every month ?

Thanks,

Vlad