I have a client db for my law office. After client info is entered the db branches off into one of 4 tables depending on whether the legal matter is a state civil, statecriminal, federalcriminal or federal civil matter.the db the continues from of these 4 main tables. I have a client contact popup form that records phonecalls from a call on their case. Im tryng to create a combobox that will lookup the correct client when a call is recieved but can't figure out how to have one combobox that looks up data from 4 different tables. I can't base the combo on the clientinfo table because a client can have more than one legal matter so the combo has to be based on the 4 case tables in order to link the call record to the corecr case record. I'm thinking I need sime sort of if statement Maybe a listbox with the 4 cases and and if statement that calls a corresponding criteria criteria in the query for the combo box. Can something like this be done? Is there a way to call seperate records from more than 1 table in the same combo box?