Hi all, does anybody know how one could change the display field of a lookup wizard at runtime, depending on the logged-in user? The link field would stay the same. TIA
You cannot do that. This is a SQL query that populates, you cannot change it in run time. You can only change the WHERE clause selecting different set of records for each user.