G
Guest
I have two tables ... tblCashRcpt and tblEmployees. The field
emp.tblemployees is the primary key. In tblcashRcpt I have two fields
CollCode and CollCode2. The relationship between the two tables is one to
many on emp.tblemployees to CollCode.tblCashRcpt.
In frmCashRcpt I show both the CollCode and CollCode2. When CollCode is
entered it displays the name information from tblempoyees. How can I also
get it to display the name information for CollCode2.
I'm assuming I need to add a column in the qryCashRcpt (which the
frmCashRcpt uses) but I'm not sure how I tell it that the name I need is for
the CollCode2 employee not the CollCode employee.
I'm using Access 2007.
emp.tblemployees is the primary key. In tblcashRcpt I have two fields
CollCode and CollCode2. The relationship between the two tables is one to
many on emp.tblemployees to CollCode.tblCashRcpt.
In frmCashRcpt I show both the CollCode and CollCode2. When CollCode is
entered it displays the name information from tblempoyees. How can I also
get it to display the name information for CollCode2.
I'm assuming I need to add a column in the qryCashRcpt (which the
frmCashRcpt uses) but I'm not sure how I tell it that the name I need is for
the CollCode2 employee not the CollCode employee.
I'm using Access 2007.