I have a table that maintains a list of components for items to be assembled.
[ComponentCode][ComponentDescrip][ComponentSupplier]...
Another table maintains a list of all items being assembled and the components needed in that item.
[ItemCode][ComponentCode][other misc fields]
Each ItemCode can have multiple records, 1 for each component needed in the item.
I created a form (Continous), that reports for a selected Item, only the components related to that item, using DLookUp, to pull the ComponentDescrip from the component table. It works great as a stand alone form.
I then put that form in another form.. (this 'parent' form, in addition to other things, provides the selection of the 'item' we are finding components for)
when i run the combined form.. all my DLookUps are filled in with '#Error'
And I thought this was simple....
Anyone have any ideas??
[ComponentCode][ComponentDescrip][ComponentSupplier]...
Another table maintains a list of all items being assembled and the components needed in that item.
[ItemCode][ComponentCode][other misc fields]
Each ItemCode can have multiple records, 1 for each component needed in the item.
I created a form (Continous), that reports for a selected Item, only the components related to that item, using DLookUp, to pull the ComponentDescrip from the component table. It works great as a stand alone form.
I then put that form in another form.. (this 'parent' form, in addition to other things, provides the selection of the 'item' we are finding components for)
when i run the combined form.. all my DLookUps are filled in with '#Error'
And I thought this was simple....

Anyone have any ideas??