I have an update query which includes several joined tables. The update simply updates a yes/no field in each table from 0 to -1 WHERE one of the tables' (called prospective brokers) records are equal to null. The problem is that I get a type conversion failure because some times some of the tables may not have a record to update. I am doing this in Access 97 within the query design view (i.e. I am not coding this!). Could some one explain how to get round this?