I have an access query that place an email into my form, my criteria is the following
IIf([Name].<>'',[dbo_Name].[EMAIL] & Chr(13) & Chr(10),'')
But , I have an additional field for the members that dont want to have their email publish. Does anyone could advice me the best way to not include those unwanted emails on my form...
Regards,
James
IIf([Name].<>'',[dbo_Name].[EMAIL] & Chr(13) & Chr(10),'')
But , I have an additional field for the members that dont want to have their email publish. Does anyone could advice me the best way to not include those unwanted emails on my form...
Regards,
James