Hi everyone,
I have a form that will not open when I call it.
The code looks right but I keep getting a Run Time Error 3008. Something about not being able to open the table programmaticly. The form is a columnar style with a function button that I haven't programmed yet. I changed to a different form once and that seemed to work, but when I went back to the Results form I get the error.
Any ideas?
I have a form that will not open when I call it.
Code:
DoCmd.OpenForm "frm_Log_Results", acNormal
The code looks right but I keep getting a Run Time Error 3008. Something about not being able to open the table programmaticly. The form is a columnar style with a function button that I haven't programmed yet. I changed to a different form once and that seemed to work, but when I went back to the Results form I get the error.
Any ideas?