GingGangGoo
Registered User.
- Local time
- Today, 13:45
- Joined
- Dec 14, 2010
- Messages
- 121
I have a form for my db for entering each contacts information, i.e. name, address, etc.
On this form, I have set up a way of choosing one or more roles for the contact and the role and contact id go to a junction table so that this info is NOT stored in my main table. This is working fine.
I feel dense, but I can't remember how to do the following. I need to add the contact's source of funding for our programs. I don't want to add this to the main table, and in this case there can only be one choice of 3, so a one-to-one relationship. I'd also like to only see the object for adding this (subform?combobox) when one or the other of two specific roles are chosen, as not every role requires a funding source.
FYI - I went a different route setting up my role choices, because I wanted check boxes and that all works with a piece of vba triggered in the OnCurrent event.
I hope this makes sense. As I said, I feel like I should know how to do this, but for some reason, my brain has misfiled the information.
TIA
On this form, I have set up a way of choosing one or more roles for the contact and the role and contact id go to a junction table so that this info is NOT stored in my main table. This is working fine.
I feel dense, but I can't remember how to do the following. I need to add the contact's source of funding for our programs. I don't want to add this to the main table, and in this case there can only be one choice of 3, so a one-to-one relationship. I'd also like to only see the object for adding this (subform?combobox) when one or the other of two specific roles are chosen, as not every role requires a funding source.
FYI - I went a different route setting up my role choices, because I wanted check boxes and that all works with a piece of vba triggered in the OnCurrent event.
I hope this makes sense. As I said, I feel like I should know how to do this, but for some reason, my brain has misfiled the information.
TIA