I have a New Call form that creates a new Activity and has a subform to enter in details related to this activity.
I'm trying to get the subform to list active opportunities and be able to enter details for each opportunity for the particular Activity at hand.
tblDetails
-----------
ID Auto
ActivityID Number (related to activity table)
Opportunity Number (related to opportunity table)
Details memo
-----------
How can I have multiple new records (based on how many active opportunities there are for the given company) ready for details to be input but the opportunities already there and waiting?
ex.
Contactperson phone
companyname date
subform (companyname has three active opportunities)
-----------
Opportunity Name Details
-----------------------------------------------------
Opp1 (empty for data entry)
Opp2 (empty for data entry)
Opp3 (empty for data entry)
I believe I am thinking about this the wrong way and am having trouble thinking through it, any help would be appreciated.
I'm trying to get the subform to list active opportunities and be able to enter details for each opportunity for the particular Activity at hand.
tblDetails
-----------
ID Auto
ActivityID Number (related to activity table)
Opportunity Number (related to opportunity table)
Details memo
-----------
How can I have multiple new records (based on how many active opportunities there are for the given company) ready for details to be input but the opportunities already there and waiting?
ex.
Contactperson phone
companyname date
subform (companyname has three active opportunities)
-----------
Opportunity Name Details
-----------------------------------------------------
Opp1 (empty for data entry)
Opp2 (empty for data entry)
Opp3 (empty for data entry)
I believe I am thinking about this the wrong way and am having trouble thinking through it, any help would be appreciated.