G
Guest
Hi. I have a combo box: ComboSO that is working well. Then I have a field
called Spouse (Name: Spouse, Control Source: Spouse). I have Spouse's
Default Value as =Nz([ComboSO].[Column(1)]," ")
The reason I've done this is I have a field for Member Spouse (ComboSO). If
ComboSo is populated, I want the same data to automatically fill Spouse. If
the Spouse is not also a member (ComboSO is null), but there is a Spouse, I
want to be able to manually enter the spouse's name in Spouse.
My set up works as intented. But. When I create a new record, Spouse
appears as #Name? so of course I've done something incorrectly. How can I
have the functionality I need with Spouse and ComboSO without Spouse being
automatically populated with #Name? at a new record? Thanks!
called Spouse (Name: Spouse, Control Source: Spouse). I have Spouse's
Default Value as =Nz([ComboSO].[Column(1)]," ")
The reason I've done this is I have a field for Member Spouse (ComboSO). If
ComboSo is populated, I want the same data to automatically fill Spouse. If
the Spouse is not also a member (ComboSO is null), but there is a Spouse, I
want to be able to manually enter the spouse's name in Spouse.
My set up works as intented. But. When I create a new record, Spouse
appears as #Name? so of course I've done something incorrectly. How can I
have the functionality I need with Spouse and ComboSO without Spouse being
automatically populated with #Name? at a new record? Thanks!