In the on current event of a form (Form_B) I am pulling data from another form (Form_A).
The problem is that sometimes I will need to go to form_B when form_A is not open. When that happens form_B will error out.
I need to figure out some form of an if statement to bypass the code that pulls the data from form_A if the form is not open. I tried the isnull with out success. Please help. GGuy
The problem is that sometimes I will need to go to form_B when form_A is not open. When that happens form_B will error out.
I need to figure out some form of an if statement to bypass the code that pulls the data from form_A if the form is not open. I tried the isnull with out success. Please help. GGuy