I am going nuts trying to figure this out, any help will be
appreciated.
I have an existing table called "Parts". And in this table I have the
following columns:
"ID" "Part Number" "Part Description" "Part Cost"
I am trying to build an order form that will have "Part Number" and
"Part Cost" both on the form and in that forms specific table.
This is what I want to accomplish: When I am filling out the order
form, I want a drop down box with the list of the Part Numbers from
the Parts table. When I select the part number, I want the Part Cost
field to auto fill with the corresponding part cost. In addition to
this, once I get past that hurtle, I'd like to be able to choose
multiple parts.
I've seen this on an existing access db, but can not figure out how
it's being done.
Thanks in advance!
appreciated.
I have an existing table called "Parts". And in this table I have the
following columns:
"ID" "Part Number" "Part Description" "Part Cost"
I am trying to build an order form that will have "Part Number" and
"Part Cost" both on the form and in that forms specific table.
This is what I want to accomplish: When I am filling out the order
form, I want a drop down box with the list of the Part Numbers from
the Parts table. When I select the part number, I want the Part Cost
field to auto fill with the corresponding part cost. In addition to
this, once I get past that hurtle, I'd like to be able to choose
multiple parts.
I've seen this on an existing access db, but can not figure out how
it's being done.
Thanks in advance!
Comment