Need help translating table to flat file

  • Thread starter Thread starter paras.shah
  • Start date Start date
P

paras.shah

Need some help.

I currently have a table which I need in flat format.

Here is an example

Current Data ->

Fruit Jan
 
If the data is all in one table, it's already in flat format.

If the data is in related tables, you can create a query which will bring the
records together. The result can then be referred to the same as a table
would be or exported to another application if desired.
 
Back
Top