skippypower
Registered User.
- Local time
- Today, 03:00
- Joined
- Jan 6, 2012
- Messages
- 10
I have a update query where i am updating a table called tblPartSetEdit. tblPartSetEdit has the fieldsPartIDand CostofComponent.
I am looking to update from a table called data-tblCasting that has fields ID and CastingCost.
Ii am trying to update the field CostofComponent to a value from CastingCost where ID and PartID are the same. In the update to box in the query i have:
DLookUp("CastingCost","data-tblCasting","ID=PartID")
All I seem to get is a message box saying unknown!
Sorry if i haven’t explained this to well. Any pointing in the right direction would be great! It seems so simple but just wont work. Thanks.
I am looking to update from a table called data-tblCasting that has fields ID and CastingCost.
Ii am trying to update the field CostofComponent to a value from CastingCost where ID and PartID are the same. In the update to box in the query i have:
DLookUp("CastingCost","data-tblCasting","ID=PartID")
All I seem to get is a message box saying unknown!

Sorry if i haven’t explained this to well. Any pointing in the right direction would be great! It seems so simple but just wont work. Thanks.