Hi
Could you help me, i want a query to show one field from one table if that is blank then another field from another table, then if that it blank return " ". Can this be done. I have set up
Exp3: Nz([tbl_lead_worker]![Role],[tbl_initial_worker]![Role]," ")
but when i run the query get a...