G
Guest
I have a table called Accounts and another called contacts. The contacts is
linked to the Accounts by the contact Id. In the contacts table there are 2
fields called first name and last name. In a query I create a new field
called full name: [first name]&" "&[last name]. On a form I created a drop
down box to select the contact for the account. When I select a name from
the drop down it does not update the full name field on the form. When I do
this directly in the query it does update the full name field. How come it
does not update the field on the form when the contact changes?
linked to the Accounts by the contact Id. In the contacts table there are 2
fields called first name and last name. In a query I create a new field
called full name: [first name]&" "&[last name]. On a form I created a drop
down box to select the contact for the account. When I select a name from
the drop down it does not update the full name field on the form. When I do
this directly in the query it does update the full name field. How come it
does not update the field on the form when the contact changes?