Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I've just bought this after moving from hand coding and it has saved a lot of timeHow can I add 2 fields into a drop down boxie: i have a dept number and a description, i want the dropdown to read '12 sales''14 purchases''21 admin'
Hi,select <Custom expression> in Display field box on Lookup Wizard dialog.Enter this in Custom expression field:concat(`dept number`,' - ',`description`)where dept number and description are your actual field names.
ThanksI am still finding my way about in this.