Z
Zedbiker
My parent form holds information about a part and my subform holds ordering
information for that part.
Up to now I have linked the child to the parent via PartID : RecordID and
Component Name : Component name. This is great as it shows the component name
on the subform after it has been found on the parent form.
The only problem with this is if the user changes the component name it does
not keep the order information for the same item with the old name.
I want to link purely on the partID : RecordID so that whatever else is
changed the order information history still shows.
When I do this the component name remains blank. What is the best way of
showing the component name on the subform. If I can sort this I also want to
be able to add a part number on the order details as well.
Should I use dlookup? If so where do I put the dlookup function and how do I
use it.
Many thanks in advance for any help.
information for that part.
Up to now I have linked the child to the parent via PartID : RecordID and
Component Name : Component name. This is great as it shows the component name
on the subform after it has been found on the parent form.
The only problem with this is if the user changes the component name it does
not keep the order information for the same item with the old name.
I want to link purely on the partID : RecordID so that whatever else is
changed the order information history still shows.
When I do this the component name remains blank. What is the best way of
showing the component name on the subform. If I can sort this I also want to
be able to add a part number on the order details as well.
Should I use dlookup? If so where do I put the dlookup function and how do I
use it.
Many thanks in advance for any help.