P
Pamela
I have a data entry form, frmClaimAssignment, with cboLossType. On the
AfterUpdate event of this combo box, I have code to open frmInterestedParty
as a pop up. On the last field of that form, I have an If function on the
AfterUpdate event to open another form, frmIntParty2, should certain criteria
be met. I would like for the frmInterestedParty to close when the new pop
up, frmIntParty2, opens. When I add a DoCmd.Close function to my current
code to open the form, I get an error "this action can't be carried out while
processing a form event." I've also tried it on the OnLoad event of popup2
but it doesn't seem to work...Any suggestions would be great!!! Thanks!
AfterUpdate event of this combo box, I have code to open frmInterestedParty
as a pop up. On the last field of that form, I have an If function on the
AfterUpdate event to open another form, frmIntParty2, should certain criteria
be met. I would like for the frmInterestedParty to close when the new pop
up, frmIntParty2, opens. When I add a DoCmd.Close function to my current
code to open the form, I get an error "this action can't be carried out while
processing a form event." I've also tried it on the OnLoad event of popup2
but it doesn't seem to work...Any suggestions would be great!!! Thanks!