I've seen similar threads, but nothing seems to fit exactly what I need. Hoping someone can help!
I'm dealing with two tables: An EVENT table, where we list all events, and an ISSUANCE table, where we list one or more surveys related to an event. They are linked so Event.EEvent_ID = Issuance.IEvent_Num.
On the Event table, we name the primary Trip Director ([EEvent_Trip_Director]). On the ISSUANCE Table, we also want to track the specific survey's Trip Director ([IEvent_Trip_Director); this person may or many not be the same as the primary Event director.
Here's what I want to do: I've created a Form with the ISSUANCE table as its record source to Add new "Issuances" (Form Name: [Issuance_Add]).
The first combo box (Cbo_IEvent_Num) has you select the EVENT. After they update this, I'd like to populate the next text box, [Txt_IEvent_Trip_Director], with whatever value is on the EVENT table under [EEvent_Trip_Director]for that EventID. That way, if it's the same Trip Director, a user doesn't have to change anything. However, the SHOULD be able to change the name to someone else if needed.
So how can I get the Trip Director text box on my Issuance form to default to the Trip Director named on the Event table after the Issuance Form Event ID is updated? (While still allowing them to change the value of the field)
PS: I'd like to do this with a few other fields as well, so let me know if I need to do anything different with text vs. numeric data.
THANK YOU!
I'm dealing with two tables: An EVENT table, where we list all events, and an ISSUANCE table, where we list one or more surveys related to an event. They are linked so Event.EEvent_ID = Issuance.IEvent_Num.
On the Event table, we name the primary Trip Director ([EEvent_Trip_Director]). On the ISSUANCE Table, we also want to track the specific survey's Trip Director ([IEvent_Trip_Director); this person may or many not be the same as the primary Event director.
Here's what I want to do: I've created a Form with the ISSUANCE table as its record source to Add new "Issuances" (Form Name: [Issuance_Add]).
The first combo box (Cbo_IEvent_Num) has you select the EVENT. After they update this, I'd like to populate the next text box, [Txt_IEvent_Trip_Director], with whatever value is on the EVENT table under [EEvent_Trip_Director]for that EventID. That way, if it's the same Trip Director, a user doesn't have to change anything. However, the SHOULD be able to change the name to someone else if needed.
So how can I get the Trip Director text box on my Issuance form to default to the Trip Director named on the Event table after the Issuance Form Event ID is updated? (While still allowing them to change the value of the field)
PS: I'd like to do this with a few other fields as well, so let me know if I need to do anything different with text vs. numeric data.
THANK YOU!