Refresh Button and Importing Form

sondriven

Registered User.
Local time
Yesterday, 19:31
Joined
Jun 13, 2002
Messages
158
These seem like easy things to do and I have done them before with no problems but heres a couple things happening today.

Im trying to insert a Refresh Button into a form by using the Button Wizard. Never had a problem doing this until today. Heres the error message I get after I click finish.

"Method 'Module' of object '_Form_Appraisal Main Form' failed

Anything I can do to correct something? Im lost on why this message is popping up and not let me create the button. Thanks for any input you may have.


Also Im trying to import 2 forms from another database and it wont do it. I get no error messages or anything. I select my forms and then click Ok and nothing imports.

John
 
Have you tried creating the button without the Button Wizard? Just place a command button on your form and in the Click event, put this code: Me.Refresh

What is the exact error message you are getting when you try the import?

If you're getting really weird errors, maybe your database is corruped. Have you tried running a repair and compact. Also try creating a blank database and importing all the objects back into it.
 
I'll try the Me.Refresh for the button. That should work.

I get zero messages when I try to import. I select my forms and click OK. Then the box closes and the forms are not imported. I have no idea why this isnt working. Ive done this a thousand times.

I did do a repair. and still no results.

thanks
 
More Error Messages!!

New Errors:

Microsoft Visual Basic

"Error accessing file. Network connection may have been lost."

Then I click ok and Visual Basic Debugger Starts up.

I have never received this error before. My network is all okay. Some of my forms are now opening and some now get this message. This is all really strange.
 

Users who are viewing this thread

Back
Top Bottom