Hi,
When he IIf statement below is run the following error occurs,
Runtime Error '3061': Too few parameters. Expected 1.
IIf((Customer = 'Shell Uk Ltd') and (Participator = 'SHELL UK LIMITED'), (Template_Name = 'Crude - SUKO - ' & Crude.F5), (Template_Name = 'Crude - Third Party - ' & Crude.F5)))
Thanks
Towsie
When he IIf statement below is run the following error occurs,
Runtime Error '3061': Too few parameters. Expected 1.
IIf((Customer = 'Shell Uk Ltd') and (Participator = 'SHELL UK LIMITED'), (Template_Name = 'Crude - SUKO - ' & Crude.F5), (Template_Name = 'Crude - Third Party - ' & Crude.F5)))
Thanks
Towsie
Comment