B
Brian Carlson
I currently have a table (t_Items) which has a multiple value field
(ItemRequire). I am going to break the multiple value field into a seperate
related table, i.e. each record in t_Items will have multiple related records
in my new table t_ItemRequirements. The t_Items table is being used as a
lookup table for another table (t_Daily), with the lookup field being Items.
I have not been able to grasp how I can record the data I am interested in.
In a form for t_Daily, I want to be able to select one of the 'Items' and
then have the related ItemRequirements pop-up. I would then want to be able
to record which of these related ItemRequirements have been done. Basically,
I want to record if all requirements for an item have been met for each
instance of an item. I am not sure how I would have to set things up to
acheive this. Any suggestions/assistance would be greatly appreciated.
Thank you in advance.
Brian
(ItemRequire). I am going to break the multiple value field into a seperate
related table, i.e. each record in t_Items will have multiple related records
in my new table t_ItemRequirements. The t_Items table is being used as a
lookup table for another table (t_Daily), with the lookup field being Items.
I have not been able to grasp how I can record the data I am interested in.
In a form for t_Daily, I want to be able to select one of the 'Items' and
then have the related ItemRequirements pop-up. I would then want to be able
to record which of these related ItemRequirements have been done. Basically,
I want to record if all requirements for an item have been met for each
instance of an item. I am not sure how I would have to set things up to
acheive this. Any suggestions/assistance would be greatly appreciated.
Thank you in advance.
Brian