using record as field name

  • Thread starter Thread starter lipi mohanty
  • Start date Start date
L

lipi mohanty

how can records of a field be converted to individual
field.Ex:Under REGION field we have name of several region
(kolkata,mumbai,..etc).I want to put them as field
name.With this i have to include 3 more column and 4 row
head where data of respective region will be printed.
 
I'm not certain what you are describing, but it sounds like what a cross-tab
query would produce. Have you looked into this?
 
Back
Top