Hello forum... New user here
I have a form which I want to link to 2 tables
Sort of like an order management database, but this is for purchases, not sales, so the top part of the form will contain information that comes from a table called "Vendors".
The bottom part of the form contains information that will come from another table called "Parts"
The top is fine.. just fill it in. The bottom is what I need help with
Table "Parts" is populated with a long list of data that is sorted out like this
[ID] | [PartNumber] | [Description] | [Price] | [U/M]
I want to be able to select or type the part number, and I want it to find that part number in the table called "Parts" and fill in the Description and possibly the Price and UM fields automagically.
Been trying dlookup for this, but I can't get it to work right
Can anyone lend me a hand here?
is Dlookup what I need, or is there another way to do this?
Thanks in advance
I have a form which I want to link to 2 tables
Sort of like an order management database, but this is for purchases, not sales, so the top part of the form will contain information that comes from a table called "Vendors".
The bottom part of the form contains information that will come from another table called "Parts"
The top is fine.. just fill it in. The bottom is what I need help with
Table "Parts" is populated with a long list of data that is sorted out like this
[ID] | [PartNumber] | [Description] | [Price] | [U/M]
I want to be able to select or type the part number, and I want it to find that part number in the table called "Parts" and fill in the Description and possibly the Price and UM fields automagically.
Been trying dlookup for this, but I can't get it to work right
Can anyone lend me a hand here?
is Dlookup what I need, or is there another way to do this?
Thanks in advance