Help!!!

Ripley

Registered User.
Local time
Today, 09:20
Joined
Aug 4, 2006
Messages
148
Please help me!! Whats going on? Every time i try and click a command button, i get this messge? Whats happening?

errorye5.png
 
yes but that dosent help - i still have to completly re-build the database, there must be another way to fix it...its not my fault its corrupt
 
nikkypickles Do a search of the forum - I found this post immediately.[/QUOTE said:
What did you search on. I searched on the error message and got nothing.
 
why do you have to rebuild the dbs?

perhaps there is a network problem?
 
i only get a problem like that when my linked tables dont work. (thats because i moved the source databse to another folder making me have to relink the tables) judging from what it saying is vba simply cant open the file that your trying to open, the path for the file may have changed...
 
Last edited:
check your table source - hover over the table and see what the connection says.

if its older version of access then you can see the connection by including

msgbox(currentdb.tabledefs("mytable").connect ) in a function

this will confirm where its really looking
 

Users who are viewing this thread

Back
Top Bottom