Stefan,
Thanks for the help, it worked. A simple resolution we overlooked. We thought for sure it was a system issue considiner I always set my forms to auto center. In this case, I didn't and the MoveTo 0,0 worked perfectly.
Thanks
Rick
"Stefan Hoffmann" wrote:
[Quoted Text] > hi Rick, > > Rick wrote: > > Has anyone had a problem where most forms in a database will load but one > > won't? > Most commen problems: > > - wrong data sources and an exessive use of On Error Resume Next > - form opens, but is out of the normal window view port, try on form > load MoveTo 0,0 > > > > mfG > --> stefan <-- >
|