F
Frank
Ineed to create a Make Table quey that will apply an auto numbertha resets
with a change of value in a speciffic field. The end result would be to
create a cross tab with the AutoNumber values as the column heading.
For example I have a database of circuits that feed customers. These
circuits are broken up into sections. I have he number of downstream
customers for each section, the section with larget quantity would be closest
to the source, so I can sort my cisuits by downstream customers. Now I need
to be able to number each of the sections so i can list the circuits (Row)
with the customers by section (Column). Not every circuit has the saem
number of sections.
Ckt Sct1 Sect 2 Sect3
CKT1 100 50 10
CKT 2 500 100
Cn this be done in a simple Make Table query?
with a change of value in a speciffic field. The end result would be to
create a cross tab with the AutoNumber values as the column heading.
For example I have a database of circuits that feed customers. These
circuits are broken up into sections. I have he number of downstream
customers for each section, the section with larget quantity would be closest
to the source, so I can sort my cisuits by downstream customers. Now I need
to be able to number each of the sections so i can list the circuits (Row)
with the customers by section (Column). Not every circuit has the saem
number of sections.
Ckt Sct1 Sect 2 Sect3
CKT1 100 50 10
CKT 2 500 100
Cn this be done in a simple Make Table query?