S
shadowsong
we've been keeping track of up to 7 years of order history for about
6000 items in an excel spreadsheet, which as you can imagine is a
little clunky. the company finally sprang for microsoft access (don't
know why they didn't have it before) and now i need to figure out how
to import the excel spreadsheet into an access database in a way that
will be more useable.
currently the columns are something like this:
part #, alternate #, order1, qty1, date1, order2, qty2, date2, etc, up
to date38, with one row per part number.
what i would like is a separate row for each order. column headers
would be simply part #, alternate #, order, qty, date, but the data in
each row would be:
part1, alternate1, order1, qty1, date1
part1, alternate1, order2, qty2, date2
part1, alternate1, order3, qty3, date3
part1, alternate1, order4, qty4, date4
part2, alternate2, order1, qty1, date1
part2, alternate2, order2, qty2, date2
part3, alternate3, order1, qty1, date1
however, not all rows have all fields filled. in the new spreadsheet,
it should only create a row when the values that will go in order, qty,
and date aren't null.
any hints on how to do this?
this may be a stupid question, but this is the first time i've tried to
do anything in access, so i'm kind of at a loss.
6000 items in an excel spreadsheet, which as you can imagine is a
little clunky. the company finally sprang for microsoft access (don't
know why they didn't have it before) and now i need to figure out how
to import the excel spreadsheet into an access database in a way that
will be more useable.
currently the columns are something like this:
part #, alternate #, order1, qty1, date1, order2, qty2, date2, etc, up
to date38, with one row per part number.
what i would like is a separate row for each order. column headers
would be simply part #, alternate #, order, qty, date, but the data in
each row would be:
part1, alternate1, order1, qty1, date1
part1, alternate1, order2, qty2, date2
part1, alternate1, order3, qty3, date3
part1, alternate1, order4, qty4, date4
part2, alternate2, order1, qty1, date1
part2, alternate2, order2, qty2, date2
part3, alternate3, order1, qty1, date1
however, not all rows have all fields filled. in the new spreadsheet,
it should only create a row when the values that will go in order, qty,
and date aren't null.
any hints on how to do this?
this may be a stupid question, but this is the first time i've tried to
do anything in access, so i'm kind of at a loss.