G
Guest
Hi,
I'm having trouble with this dlookup- I need to bring up a value for the
name of the category rather than its ID. The ID field is a foreign key in
another table and is a combo box , row source EMP Query. Every combination I
try results in an error or a parameter box being put up.
=dlookup("BandName", "Bands", "BandID=" & dlookup("BandID", "Members",
"MemberID=" & MemberID))
Any help would be greatly appreciated, thank you in advance-
I'm having trouble with this dlookup- I need to bring up a value for the
name of the category rather than its ID. The ID field is a foreign key in
another table and is a combo box , row source EMP Query. Every combination I
try results in an error or a parameter box being put up.
=dlookup("BandName", "Bands", "BandID=" & dlookup("BandID", "Members",
"MemberID=" & MemberID))
Any help would be greatly appreciated, thank you in advance-