N
Nick M via AccessMonster.com
I am trying to put together a user friendly work order form together. The
form will need some information such as date, work to be done, and some
other information. It will also have a list of the items required to
complete the job. I have one table (Work_Order) set up to hold all the
information about the order, including room for up to 10 different items
that will be purchased that will be keyed in by their 'item #'.
In a report I want that number to reference the second table
(Component_List) that holds all of the information about each individual
item (description, cost, etc..).
I have been advised that this could be a bill of materials problem, and
have read a lot of posts on the matter in the last several days, and still
can't produce results. I am trying to avoid code if possible because I
don't want to be the only one that is able to maintain the database.
I currently do these work orders in Excel by using a VLOOKUP to find the
description and cost in a separate sheet. I was hoping there may be some
kind of similar function I could use in Access.
At this point I'll take any help I can get, including redesigning the
tables from scratch if necessary.
Thanks,
Nick M
form will need some information such as date, work to be done, and some
other information. It will also have a list of the items required to
complete the job. I have one table (Work_Order) set up to hold all the
information about the order, including room for up to 10 different items
that will be purchased that will be keyed in by their 'item #'.
In a report I want that number to reference the second table
(Component_List) that holds all of the information about each individual
item (description, cost, etc..).
I have been advised that this could be a bill of materials problem, and
have read a lot of posts on the matter in the last several days, and still
can't produce results. I am trying to avoid code if possible because I
don't want to be the only one that is able to maintain the database.
I currently do these work orders in Excel by using a VLOOKUP to find the
description and cost in a separate sheet. I was hoping there may be some
kind of similar function I could use in Access.
At this point I'll take any help I can get, including redesigning the
tables from scratch if necessary.
Thanks,
Nick M