I'm having an issue and it's probably something stupid but it's really nagging at me so here it goes..
I have recently made some small changes to a form called Form2 (I'm simplifying he name for display purposes). On my main switchboard, I have a button to open Form1. When doing so I am suddenly getting a parameter box for Forms!Form2!ID. Yes, I have a control on Form2 called ID but I did before these changes.
I combed through the code in Form2 but I don't see a reason that parameter box is popping up. I should also mention, a group of end users use Form1 and others use Form2...there'd be no reason to have them both open.
I tried commenting out code in Form2 but in testing I noticed the fact that I had it open, either in view or design mode, got rid of the parameter box. So as a temporary solution, in my button, I preceded the open statement by opening Form2 and setting .Visible=False.
But that's a crappy solution. I'm still stumped as to the cause. I hope that's enough to go on without having to attach my database. Any suggestions?
I have recently made some small changes to a form called Form2 (I'm simplifying he name for display purposes). On my main switchboard, I have a button to open Form1. When doing so I am suddenly getting a parameter box for Forms!Form2!ID. Yes, I have a control on Form2 called ID but I did before these changes.
I combed through the code in Form2 but I don't see a reason that parameter box is popping up. I should also mention, a group of end users use Form1 and others use Form2...there'd be no reason to have them both open.
I tried commenting out code in Form2 but in testing I noticed the fact that I had it open, either in view or design mode, got rid of the parameter box. So as a temporary solution, in my button, I preceded the open statement by opening Form2 and setting .Visible=False.
But that's a crappy solution. I'm still stumped as to the cause. I hope that's enough to go on without having to attach my database. Any suggestions?
Last edited: