Hello,
I have a problem with IF(IIf) statement in query expression builder(criteri a field).
It should be like :
If [Forms]![frmReportManage r]![cmbAgentName] = "" then criteria field should be filled [tblAgent]![AgentName] else criteria field should be filled [Forms]![frmReportManage r]![cmbAgentName].
I have googled almost 2 days for now and I cant sort it out. Maybe its possible to do it in VB?
Many thanks for your help,
Artur
I have a problem with IF(IIf) statement in query expression builder(criteri a field).
It should be like :
If [Forms]![frmReportManage r]![cmbAgentName] = "" then criteria field should be filled [tblAgent]![AgentName] else criteria field should be filled [Forms]![frmReportManage r]![cmbAgentName].
I have googled almost 2 days for now and I cant sort it out. Maybe its possible to do it in VB?
Many thanks for your help,
Artur

Comment