rbloomfield
New member
- Local time
- Today, 10:39
- Joined
- Jul 15, 2010
- Messages
- 1
Hello,
I have a query called SData2. One of the fields is a part number which originally comes from a form called frmSData which has a part number list box that links to a table called PNumbers.
I'm trying to create a new query so that, depending on the part number, a field called PartPrice appears with the appropriate price for that part number which is also located in the PNumbers table.
So how do I get a query to automatically update the PartPrice field based on the PartPrice Field from the PNumbers table that matches the part number that is found in the SData2 query?
If you're not as confused as I am by now, please help.
I have a query called SData2. One of the fields is a part number which originally comes from a form called frmSData which has a part number list box that links to a table called PNumbers.
I'm trying to create a new query so that, depending on the part number, a field called PartPrice appears with the appropriate price for that part number which is also located in the PNumbers table.
So how do I get a query to automatically update the PartPrice field based on the PartPrice Field from the PNumbers table that matches the part number that is found in the SData2 query?
If you're not as confused as I am by now, please help.
