I have an application written in VB5, VB6, C++, etc.. the application stores data on a remote server in a Microsoft Access database. The software runs fine on the server where we have the main database files as opposed to the mover files on the separate data entry stations but hangs when you drill down to the frmOrder (source code below) on one of the data entry stations. I tried using Dbgview with no luck (may be the XP operating system on the data entry machine). Can't figure out what is causing the exception that is stopping the program. I compared a good database file vs the "bad" files to see if I could spot an invalid or corrupt record...or even something that I didn't allow for being in one of the fields, but didn't have any luck though it's been running for a long time for something like that to show up now. The data integrity looks good to say the least.