Hi Henjo, you could create a field 'position.type', type integer, set this to - normal position: 0 - override position: 1 - global override position: 2 and modify your query to ORDER BY position.type DESC, position.title ASC, lastName ASC Cheers, Frank