SQL:
If OpIdFld = 10 Then ' For Luke - Check
Me.ABABranchIdFld = 1
DoCmd.OpenForm "DdCreateABAFileMonitorFrm", acNormal, , , , , Me.ABABranchIdFld
Me.ABABranchIdFld = 2
DoCmd.OpenForm "DdCreateABAFileMonitorFrm", acNormal, , , , , Me.ABABranchIdFld
End If
If I run it as it is I only get the second report. If I put any sort of delay between the first and second I only get the first. I need both forms displayed.
Can anyone help me
Last edited by a moderator: