G
Guest
I have created a query that when shown in the datsheet view shows exactly the
way that I want the information to display on my master database for a field
ManagingAttorney. I want to show both columns for ClientName and MALastName.
I have a client table with the fields: ClientID and ClientName.
In the query, I have ClientID:ClientName, to show the ClientName instead of
the ClientID on the form.
I also have a ManagingAttorney table that has the MAID and MALastName, this
table also has ClientName pulling information from the table with the
ClientID.
The query is as follows:
ClientID:ClientName and MALastName, both from the ManagingAttorney table.
In the form, the control source is this query, but when I go to the form
view, it is showing the clientID instead of the ClientName. Help.
way that I want the information to display on my master database for a field
ManagingAttorney. I want to show both columns for ClientName and MALastName.
I have a client table with the fields: ClientID and ClientName.
In the query, I have ClientID:ClientName, to show the ClientName instead of
the ClientID on the form.
I also have a ManagingAttorney table that has the MAID and MALastName, this
table also has ClientName pulling information from the table with the
ClientID.
The query is as follows:
ClientID:ClientName and MALastName, both from the ManagingAttorney table.
In the form, the control source is this query, but when I go to the form
view, it is showing the clientID instead of the ClientName. Help.