A
atlpeekr
I have a form I created that populates a tabel in an access database. There
is a List Box I want the user to lookup the name of a client from another
table that will populate the "ClientID" in the primary table. My tables
appear as follows:
SMR
- SMRID
- ClientID
Clients
- ClientID
- ClientName
When I configure the Drop Down (Bind to the ClientID in the primary table
and Lookup Data from Clients Table as secondary DS), the form "Changes" the
value to the data type it's bound to. How can I maintain the Text
appearance on the form?
is a List Box I want the user to lookup the name of a client from another
table that will populate the "ClientID" in the primary table. My tables
appear as follows:
SMR
- SMRID
- ClientID
Clients
- ClientID
- ClientName
When I configure the Drop Down (Bind to the ClientID in the primary table
and Lookup Data from Clients Table as secondary DS), the form "Changes" the
value to the data type it's bound to. How can I maintain the Text
appearance on the form?