object doesn't support this property or method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This message pops up everytime I open my purchase order form. I click ok and
my form opens. How or where would I start to look to not have this message
pop up everytime I open this form. Thank you in advance
 
when you get the message press Ctrl Break instead of pressing OK.
see where in the code it stop, if you have error capture, then after your
message box write resume"press F8 that will run your code line by line, and
that will take you to the line where you have the problem.
dont forget to delete the resume after that.
if that doesnt work, after you press Ctrl Break it doesnt stop in the code,
it meen that you have a problem with the source of the form, or you have some
object on the form that give you problem.
try by removing the source of your form, if the message continue try by
removing object by object on your form, and run it until the message doesny
apear.
 
Back
Top