AndreG,
Thanks for the explanation. I'll give it a try.
thomas j. kroljic
"AndréG" <(E-Mail Removed)> wrote in message
news

18FA473-FF87-498A-B929-(E-Mail Removed)...
> Thomas,
>
> I would just export it as proposed (.cls)
> then delete the code module by using "delete" in the Visual basic editor's
> property of your form's code (right mouse button).
> set the form has module property to no
> compact and save the database or even better create a new database and
> reimport all (but this form without code).
> then reopen and open a blank VB class module for this form by using the
> "View", "code" from the menu bar that will open a new clean and empty
module
> in the VB editor
> Check your exported code (.cls) file carefully using a text editor
(notepad)
> for any weird or foreign characters.
> replace the ASCII code text opening it from a text editor (notepad is
fine)
> using "copy text" and paste into the opened VB editor form's class module
> take care not to enter the "attributes" lines (first few lines of the .cls
> file).
> I hope this will help
> good luck
> rgds
> Andre
>
> "Thomas Kroljic" wrote:
>
> > Andre,
> > Thanks for your response.
> >
> > How did you go about exporting the VB code? Did you go into the VBA
> > editor and select file/export? What file type did you save it as?
> >
> > When you import it back in, what exact steps did you do?
> >
> > Thanks,
> > Thomas J. Kroljic
> >
>