Hi, I am very much a beginner at this so forgive me. Essentially I'm having a problem with lookups of lookups (if that makes any sense). I have a value in a table (call it table A) that I want to be a lookup from another table (table B) and I want the dropdown to show two values (a date and a name) from that table so I can choose the correct one as there can be multiple names on the same day and the same name can be on multiple days. Unfortunately the names field in the lookup table (B) is itself a lookup from another table (table C) and, while it displays the name rather than the primary key from C in table B, on the dropdown for table A it shows only the primary key from C. This makes sense as the PK from C is what is actually stored in B but it doesn't help me choose between options unless I go look at table C and physically work out the names which really defeats the purpose. Any ideas? Do I have do design a query? I really have no idea how to go about doing that... Cheers, Yak