If it's a proper VB app then it should be compiled into an executable (.exe file). You shouldn't have to run the project in order to run the app.
Do you still have your own shortcut? Right click and check the properties of the shortcut to see what file it references....then copy that exe (hopefully it's there) to the other computer along with the .mdb database file.
Depending on how complex the code is, you should be able to see where the app is looking for the database (where the dbase is being stored) and you could also create a new executable.
MBN
Do you still have your own shortcut? Right click and check the properties of the shortcut to see what file it references....then copy that exe (hopefully it's there) to the other computer along with the .mdb database file.
Depending on how complex the code is, you should be able to see where the app is looking for the database (where the dbase is being stored) and you could also create a new executable.
MBN