I am really stuck on this one.
I made a copy of a form and renamed it. However the copy I made does not show on the database window but does show in the Visual Basic window. Since this happended I have been receiving this error:
"Module not found"
When I am in the visual basic window to try and fix it, it gives me this error:
"The form name 'frmSalesPendingDateRangeSelector' is misspelled or refers to a form that doesn't exist. If the invalid from name is in a macro, and Action Failed dialog box will display the macro name and the macro's aguments after you click ok. Open the window, and enter the correct form name." (FYI-nothing displays after clicking ok)
When I exported the SQL statements for the 'frmSalesPendingDateRangeSelector' this appears but I can't seem to get to it in access.
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "Form_frmSalesPendingDateRangeSelector"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Compare Database
I need some serious help on this one.
Thanks
I made a copy of a form and renamed it. However the copy I made does not show on the database window but does show in the Visual Basic window. Since this happended I have been receiving this error:
"Module not found"
When I am in the visual basic window to try and fix it, it gives me this error:
"The form name 'frmSalesPendingDateRangeSelector' is misspelled or refers to a form that doesn't exist. If the invalid from name is in a macro, and Action Failed dialog box will display the macro name and the macro's aguments after you click ok. Open the window, and enter the correct form name." (FYI-nothing displays after clicking ok)
When I exported the SQL statements for the 'frmSalesPendingDateRangeSelector' this appears but I can't seem to get to it in access.
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "Form_frmSalesPendingDateRangeSelector"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Compare Database
I need some serious help on this one.
Thanks