MS Access 2002:
I have a table called ClientData.
The table contains records: ClientName, ClientAddress, ClientAccountNumber.
In a Combo Box I select an entry from ClientName records.
What I want is: When selecting a ClientName, the ClientAddress should appear in a Text Box, and the same for the ClientAccountNumber.
How can I achieve this?
I have a table called ClientData.
The table contains records: ClientName, ClientAddress, ClientAccountNumber.
In a Combo Box I select an entry from ClientName records.
What I want is: When selecting a ClientName, the ClientAddress should appear in a Text Box, and the same for the ClientAccountNumber.
How can I achieve this?