On load form error. (1 Viewer)

southwestgooner

Registered User.
Local time
Today, 06:40
Joined
May 14, 2009
Messages
27
Hi,
I am relatively new to this database building so please bear with me !
Can anyone help me get rid of an annoying pop up relating to a sub form.
I have built a database which has a number of forms with a frm_PartNo subform in.
When ever I click a button to load one of these forms I get the following error message:
ECN Database v1.31 cannot find the referenced form 'frm_PartNo'.

But when the form loads the sub form is there with all the related data !

Can anyone out there give me the info I need to resolve this error. :banghead::banghead::banghead:

I am hopefully a quick learner !!

Many thanks in anticipation of a quick and satisfactory resolution to my problem.

Regards,
Steve.
 

Attachments

  • frm_PartNo Error Message.jpg
    frm_PartNo Error Message.jpg
    14.4 KB · Views: 54

pr2-eugin

Super Moderator
Local time
Today, 06:40
Joined
Nov 30, 2011
Messages
8,494
You have used a Error handler, without Error Number, Error Description, location of error it is hard to debug. So I would ask you to Step through the code. Find exactly where the error occurs.

 
Last edited:

southwestgooner

Registered User.
Local time
Today, 06:40
Joined
May 14, 2009
Messages
27
Your brill pr2-eugin !!
Sorted.

Many thanks,
Best regards,
Steve.
 

pr2-eugin

Super Moderator
Local time
Today, 06:40
Joined
Nov 30, 2011
Messages
8,494
Really? Just curious, (and also that other people might be able to learn) what was the issue and how did you resolve it?
 

southwestgooner

Registered User.
Local time
Today, 06:40
Joined
May 14, 2009
Messages
27
I had some vb code linked to the on load that wasn't required on that form so removed it from the on load in the form properties and bingo. It was some code I wrote to enable/disable some of the controls ages ago but is no longer relevant so not required !
Cheers,
Steve.
 

Users who are viewing this thread

Top Bottom