I have 3 tables, [TblA], [TblB] and [TblC]. How do I show a field which is in [TblA]
in [TblC]. I do not want to save this field in [TblC].
The tables are connected as one to many.
So if a user has selected a record in the Form for [TblC],
I want to show this corresponding field from [TblA].
How can I do this?
Please help.
Thanks.
in [TblC]. I do not want to save this field in [TblC].
The tables are connected as one to many.
So if a user has selected a record in the Form for [TblC],
I want to show this corresponding field from [TblA].
How can I do this?
Please help.
Thanks.
Comment