J
JOM
I have an iif statement as folows
iif([Urgent]=true,"**"&[tblEmployee].[EmplName]
&"**",[tblEmployee].[EmplName])
I would like to make the part ,"**"&[tblEmployee].[EmplName] &"**" a
different color... How would I do that in my Query???
iif([Urgent]=true,"**"&[tblEmployee].[EmplName]
&"**",[tblEmployee].[EmplName])
I would like to make the part ,"**"&[tblEmployee].[EmplName] &"**" a
different color... How would I do that in my Query???