Hi, I'm a beginner of programming access. I have several tables which have the same structure and named by the years (eg: 1999,2004). I create a common form to show them. I use the following code to do that:
DoCmd.OpenForm "frmCommon", , , strSQL, acFormReadOnly, acHidden
:confused...