Hello All,
I believe I have a simple problem but, can't seem to find a easy solution. First, I developed a form (popup) with 2 combo boxes and a submit button.
When I make a choice from both cbo and click submit, a form corresponding to the entries are displayed. However, when the form tries to open, I get an error stating "Can Not Go To Specified Record in Design View."
I'm using the this code to open the form.
[code=vb]
DoCmd.OpenForm "FormName", acNormal
[/code]
Any Help Will Be Appreciated,
Bender
PS - If I open the form directly, I do not get the error.
I believe I have a simple problem but, can't seem to find a easy solution. First, I developed a form (popup) with 2 combo boxes and a submit button.
When I make a choice from both cbo and click submit, a form corresponding to the entries are displayed. However, when the form tries to open, I get an error stating "Can Not Go To Specified Record in Design View."
I'm using the this code to open the form.
[code=vb]
DoCmd.OpenForm "FormName", acNormal
[/code]
Any Help Will Be Appreciated,
Bender
PS - If I open the form directly, I do not get the error.
Comment