E
Ed from AZ
Jeff Boyce bravely tried to help me:
http://groups.google.com/group/microsoft.public.access/browse_thread/thread/35bf6e83d16813ec?hl=en
and I greatly appreciate all his effort. Unfortunately, Jeff or
anyone else, I think I don't know enough about what I am wanting to do
to get there from what I have been given so far.
Here's the basics of what I want to accomplish:
Think of something like an auto repair shop. For each invoice, you
have info about one car, with many lines of work time and many lines
of parts replaced. I want to wind up with a report that shows for
each invoice number the one line of data about the car, and all of the
many lines of data about the maintenance and parts associated with
that invoice. Then we do the next invoice number, and so on.
Like so:
Inv # 1 Make Model Year
Mech 1 Time
Mech 2 Time
Part 1
Part 2
Part 3
Inv # 2 Make Model Year
Mech 1 Time
etc
I have four Excel tables. One table has the invoice number with a
single row od data for that number. The other three tables may have
multiple lines of data for each invoice number.
I have made unworkable attempts at creating a query that will join and
present this data in an understandable way. I can pull all four
tables into a query and set relationships to the invoice number field
in all of them. Beyond that, though, I often get nothing when I try
to run the query. I can query each table individually, but can't
figure out which direction to go in to learn more about how to
accomplish my end report.
Can someone drop-kick me towards the next step I need to take?
Ed
http://groups.google.com/group/microsoft.public.access/browse_thread/thread/35bf6e83d16813ec?hl=en
and I greatly appreciate all his effort. Unfortunately, Jeff or
anyone else, I think I don't know enough about what I am wanting to do
to get there from what I have been given so far.
Here's the basics of what I want to accomplish:
Think of something like an auto repair shop. For each invoice, you
have info about one car, with many lines of work time and many lines
of parts replaced. I want to wind up with a report that shows for
each invoice number the one line of data about the car, and all of the
many lines of data about the maintenance and parts associated with
that invoice. Then we do the next invoice number, and so on.
Like so:
Inv # 1 Make Model Year
Mech 1 Time
Mech 2 Time
Part 1
Part 2
Part 3
Inv # 2 Make Model Year
Mech 1 Time
etc
I have four Excel tables. One table has the invoice number with a
single row od data for that number. The other three tables may have
multiple lines of data for each invoice number.
I have made unworkable attempts at creating a query that will join and
present this data in an understandable way. I can pull all four
tables into a query and set relationships to the invoice number field
in all of them. Beyond that, though, I often get nothing when I try
to run the query. I can query each table individually, but can't
figure out which direction to go in to learn more about how to
accomplish my end report.
Can someone drop-kick me towards the next step I need to take?
Ed