G
Guest
In my form I have a query (qryCashRcpt) which is the combination of two
tables (tblEmployees and tblCashRcpt) In tblCashRcpt, there are two fields
ColCode andColCode2. In tblEmployees, there is a field tblEmp, which is the
employee number and also is the same number in colcode!tblCashRcpt. This is
a one-to-many relationship between the two tables.
In my table, I'm using the ColCode andColCode2 controls to enter
information, When I enter the number in ColCode, I would like the last name,
first name to appear so that the operator can ensure they are using the
correct code. I'm confused how to go about this. Do I need to add a column
to qryCashRcpt that matches the name to the code, or can I just program a
unbound label. Would I program on the ColCode AfterUpdate?
I know I'm not making much sense, however, I'm not a programmer and this
thought process is starting to hurt!
tables (tblEmployees and tblCashRcpt) In tblCashRcpt, there are two fields
ColCode andColCode2. In tblEmployees, there is a field tblEmp, which is the
employee number and also is the same number in colcode!tblCashRcpt. This is
a one-to-many relationship between the two tables.
In my table, I'm using the ColCode andColCode2 controls to enter
information, When I enter the number in ColCode, I would like the last name,
first name to appear so that the operator can ensure they are using the
correct code. I'm confused how to go about this. Do I need to add a column
to qryCashRcpt that matches the name to the code, or can I just program a
unbound label. Would I program on the ColCode AfterUpdate?
I know I'm not making much sense, however, I'm not a programmer and this
thought process is starting to hurt!