Everytime I execute my Access application...the startup form will execute and then it will go into break mode. I have cancelled all breaks and such but it still keeps doing it. What am I missing?
Thanks,
Blake
Printable View
Everytime I execute my Access application...the startup form will execute and then it will go into break mode. I have cancelled all breaks and such but it still keeps doing it. What am I missing?
Thanks,
Blake
Post your startup forms load code. You must have an error or a Stop command?
what line is highlighted when it goes into break mode??
pete
It's a Call statement to a procedure...
In that procedure you probably dont have any error handling so it errors back up to the calling statement? Check that procedure for the error.
Hi blakemckenna,
I know this problem and if option 1 doesn't fit then the only conlusion is option 2.
1) Check under TOOLS --> OPTIONS --> General that you haven't select Break on all errors
2) if the above one doesn't help.
Create a new Access Database and import all code and forms.
TheOnly
well if it is breaking for an error, it is better to find the error and fix
pete