Here is my situation:
I have a work order system that I have created in Access '97. I have done well with the system the only problem now is that I need to start using the information for a little more than what I have been using it for. I have a form that has a record of each order that my technicians have been out to a location. I have a subform on this form that is in datasheet mode that records what parts they have purchased for that order. The thing that both keep in common is the order id for that order. The form is based on a table called orders and the form is based on a table called details. I need to see what I can do to create a query that will for each order, in one record, give me all of the information for that order. This will include:
ordrid,tech_nm,addrss,tm_strt,tm_stp,amt_hrs,invc1,amt1,invc2,amt2,invc3,amt3,invc4,amt4,.......,invcn,amtn,....,etc.
please let me know how I could create a query like this so that I can have all of the invoices for each order in one record.
Thank you,
Noel
I have a work order system that I have created in Access '97. I have done well with the system the only problem now is that I need to start using the information for a little more than what I have been using it for. I have a form that has a record of each order that my technicians have been out to a location. I have a subform on this form that is in datasheet mode that records what parts they have purchased for that order. The thing that both keep in common is the order id for that order. The form is based on a table called orders and the form is based on a table called details. I need to see what I can do to create a query that will for each order, in one record, give me all of the information for that order. This will include:
ordrid,tech_nm,addrss,tm_strt,tm_stp,amt_hrs,invc1,amt1,invc2,amt2,invc3,amt3,invc4,amt4,.......,invcn,amtn,....,etc.
please let me know how I could create a query like this so that I can have all of the invoices for each order in one record.
Thank you,
Noel