L
Larry B
I have been developing in VB 6.0 for a couple years. After
changing jobs, I have been asked to modify a VB application
written using Access 2002. I have added a new Form and a
new Module. When I run the program and try to look at
object properties, I get the following error message:
"<DCIM-PC can't find the form 'Update Report' referred to in a macro
expression or Visual Basic code.>"
when I break on
Select Case Forms![Update Report]!cboUpdateReportTriggerStatus.Text
Update Report is the Form I created. The line above is
contained in Module cmdUpdateReport.
The existing code contains a Form named DCI Simulator. In
module cmdDCISimulator there is a line of code with
Forms![DCI Simulator]!TransmitWindow.SetFocus
that works perfectly.
I am currently without an explanation. There are no
declarations of Forms or Modules anywhere, and everything
appears in the main project window. I'm probably missing
some fundamental concept of Access programming, but I can't
figure out what it might be.
changing jobs, I have been asked to modify a VB application
written using Access 2002. I have added a new Form and a
new Module. When I run the program and try to look at
object properties, I get the following error message:
"<DCIM-PC can't find the form 'Update Report' referred to in a macro
expression or Visual Basic code.>"
when I break on
Select Case Forms![Update Report]!cboUpdateReportTriggerStatus.Text
Update Report is the Form I created. The line above is
contained in Module cmdUpdateReport.
The existing code contains a Form named DCI Simulator. In
module cmdDCISimulator there is a line of code with
Forms![DCI Simulator]!TransmitWindow.SetFocus
that works perfectly.
I am currently without an explanation. There are no
declarations of Forms or Modules anywhere, and everything
appears in the main project window. I'm probably missing
some fundamental concept of Access programming, but I can't
figure out what it might be.