T
terri
help please
i have a form (clerkdataentry) with a combo box (cboCDSinitials) that asks
for an autior's initials.(cdsinitials)...works great but....
i want the second combo box to look up those chosen initials in another
table (CoderCDS) and give me the SLogin for those initials and store it in
the table the form uses.
Row Source for the 2nd combo box:
PARAMETERS Forms![ClerkDataEntry]!cboCDSinitials; SELECT SLogin FROM
CoderCDS WHERE (Forms![ClerkDataEntry]!cboCDSinitials = [Initials])
what's wrong with this?? It's just blank
i have a form (clerkdataentry) with a combo box (cboCDSinitials) that asks
for an autior's initials.(cdsinitials)...works great but....
i want the second combo box to look up those chosen initials in another
table (CoderCDS) and give me the SLogin for those initials and store it in
the table the form uses.
Row Source for the 2nd combo box:
PARAMETERS Forms![ClerkDataEntry]!cboCDSinitials; SELECT SLogin FROM
CoderCDS WHERE (Forms![ClerkDataEntry]!cboCDSinitials = [Initials])
what's wrong with this?? It's just blank