On my table I have ClientID with account#. The ClientID is a list box
with row source selected from a table client info and is a combined
fields of ClientID & ClientName, which has
Bund Column: 1
Column Count: 2
Column Widths 0";2"
The table works fine which shows the ClientName, and used as ClientID
to link with other table.
However, it doesn't work when I have it on a bound form. It shows the
ClientID but Not the clientName.
Could someone help me on how to make it show the ClinetName?
You help is greatly appreciated!
with row source selected from a table client info and is a combined
fields of ClientID & ClientName, which has
Bund Column: 1
Column Count: 2
Column Widths 0";2"
The table works fine which shows the ClientName, and used as ClientID
to link with other table.
However, it doesn't work when I have it on a bound form. It shows the
ClientID but Not the clientName.
Could someone help me on how to make it show the ClinetName?
You help is greatly appreciated!
Comment