Referencing field from different KSlave fields

H

H. Martins

I have table A and B

TableA has two KeySlave fields pointing to TableB as:

Table a:
PlaceOfBirthKSlave
PlaceOfRegistrationKSlave

Table B
KMaster
stringPlace

In a report, how do I refer stringPlace concerning PlaceOfBirthKSlave
and the same to PlaceOfRegistrationKSlave?

In a ListBox it is easy because RowSource also refers the respective
KSlave field. But in a text box, how do I define I want (as example)
the stringPlace relative to the PlaceOfBirth not the
PlaceOfRegistration?

Thanks
H. Martins
 
Top