J
Jim Jones
Hi,
I have a problem when I click on a command button on my subform named
"mysubform", it gives me an error that it cant find the name of
"mysubform".
The error:
Run-time error '2450'
"MyDatabase can't find the form "mysubform" referred to
in a macro expression or Visual Basic code."
Then, when I click on Debug, it points to this code:
Private Sub Form_Load()
UniqueCarID = Forms("CustomerCarData").UniqueCarID
End Sub
One thing I'll point out is that there appears to be one file name
UniqueCarID. But those are two different fields.
I even changed the name but it still gives the same exact error.
Also, the first one should be spelled UniqueCarId, but when I try to
change it to the proper spelling, VB insists
on changing it back to ID (in caps).
Can you help?
Thanks,
Jim
I have a problem when I click on a command button on my subform named
"mysubform", it gives me an error that it cant find the name of
"mysubform".
The error:
Run-time error '2450'
"MyDatabase can't find the form "mysubform" referred to
in a macro expression or Visual Basic code."
Then, when I click on Debug, it points to this code:
Private Sub Form_Load()
UniqueCarID = Forms("CustomerCarData").UniqueCarID
End Sub
One thing I'll point out is that there appears to be one file name
UniqueCarID. But those are two different fields.
I even changed the name but it still gives the same exact error.
Also, the first one should be spelled UniqueCarId, but when I try to
change it to the proper spelling, VB insists
on changing it back to ID (in caps).
Can you help?
Thanks,
Jim