Hi
My database holds details of department activities in a table named 'Activities' (somewhat unsurprisingly)
each different type of activity has its own seperate form, to aid data entry. The problem that i have is that 2 activites are related - Deals and Press releases.
A Deal will almost always have a related Press release, but a Press release could be made for other reasons. To this end, I have added a combo box to the Press releases form that looks up the names of the deals on the system, and lets the user select a related deal if required.
What I would like to do is bring info about the related deal into fields on the Press Releases form if a related deal is selected, but allow the user to populate these fields themselves if their is no related deal.
I have seen answers to similar questions on this board, but my problem is that i want to take data from the same table as I need to put it into.
Any suggestions would be greatly appreciated...
Thanks
G
My database holds details of department activities in a table named 'Activities' (somewhat unsurprisingly)
each different type of activity has its own seperate form, to aid data entry. The problem that i have is that 2 activites are related - Deals and Press releases.
A Deal will almost always have a related Press release, but a Press release could be made for other reasons. To this end, I have added a combo box to the Press releases form that looks up the names of the deals on the system, and lets the user select a related deal if required.
What I would like to do is bring info about the related deal into fields on the Press Releases form if a related deal is selected, but allow the user to populate these fields themselves if their is no related deal.
I have seen answers to similar questions on this board, but my problem is that i want to take data from the same table as I need to put it into.
Any suggestions would be greatly appreciated...
Thanks
G
