G
Guest
I'm trying to design a Access database from a Spreadsheet. An example of it
is below. It's frozen at Column B and at Row 2. It can go on indefinite (As
Far as Excel will go) in both directions, depending upon how much data is
found. Column A contains the Company # for the Train Sets and the MCZ02,
etc. beginning in Column C are the engine model #. Where they interset is the
part number(A301, A302, etc.) for a wheel change. I'm trying a create a
database that allows me to query it and list any changes in part numbers for
a Company #/Engine Number, without havng to look at a huge spreadsheet.
1 A B C D E
F
2 Mode Style MCZ01 MCZ0 2 MCZ03 MCZ04
3 57111 00 A301 A301 A301 A302
4 57112 00 A301 A301 A301 A302
5 57121 00 A301 A301 A301 A302
6 57122 00 A301 A301 A301 A302
7 57131 00 A304 A304 A304 A303
8 57132 00 A301 A301 A301 A305
9 57133 00 A302 A304 A304 A305
10 57141 00 A301 A301 A301 A301
11 57142 00 A301 A302 A301 A304
For each of the Company #(57112, 57121, etc.) you have several Model #
(MCZ01, etc.) and vice versa. So you can have 500 Company #'s and 550 Model
#'s. Where the Company # and Model # intersect is a part # and they can for
any Model # or Company # be all the same or all different.
is below. It's frozen at Column B and at Row 2. It can go on indefinite (As
Far as Excel will go) in both directions, depending upon how much data is
found. Column A contains the Company # for the Train Sets and the MCZ02,
etc. beginning in Column C are the engine model #. Where they interset is the
part number(A301, A302, etc.) for a wheel change. I'm trying a create a
database that allows me to query it and list any changes in part numbers for
a Company #/Engine Number, without havng to look at a huge spreadsheet.
1 A B C D E
F
2 Mode Style MCZ01 MCZ0 2 MCZ03 MCZ04
3 57111 00 A301 A301 A301 A302
4 57112 00 A301 A301 A301 A302
5 57121 00 A301 A301 A301 A302
6 57122 00 A301 A301 A301 A302
7 57131 00 A304 A304 A304 A303
8 57132 00 A301 A301 A301 A305
9 57133 00 A302 A304 A304 A305
10 57141 00 A301 A301 A301 A301
11 57142 00 A301 A302 A301 A304
For each of the Company #(57112, 57121, etc.) you have several Model #
(MCZ01, etc.) and vice versa. So you can have 500 Company #'s and 550 Model
#'s. Where the Company # and Model # intersect is a part # and they can for
any Model # or Company # be all the same or all different.