B
Bryan Brassell
Is it possible to have a text box which is bound to a
field called "Company" in one table, also
show "CompanyName" from another table.
For example,
Table A
Company = MP
(this is the field the text box is bound to and will make
changes to from the form)
Table B
CompanyName = Morgan Plant
(This table has "Company" as a key field - it relates to
Table A 'one to many' on the Company field (foreign in
Table A)).
I want the text box to show "AL - Morgan Plant" but have
its value as far as writing to the main table as "AL". I
just want the description visible for the ease of the user.
Possible?
field called "Company" in one table, also
show "CompanyName" from another table.
For example,
Table A
Company = MP
(this is the field the text box is bound to and will make
changes to from the form)
Table B
CompanyName = Morgan Plant
(This table has "Company" as a key field - it relates to
Table A 'one to many' on the Company field (foreign in
Table A)).
I want the text box to show "AL - Morgan Plant" but have
its value as far as writing to the main table as "AL". I
just want the description visible for the ease of the user.
Possible?