THis is really strange to me. I have a database which I made an MDE from. The MDB version works perfectly. The MDE version gives me an error message when it is closed via the close button “x” at the top right of the screen. I know where the error is generated but don’t know why. The scenario is as follows: when the user opens the db and opens a form based on a table and closes it via the “x” at the top right of the screen, a requery error messages is generated which is triggered from an “on close” event. I need this requery to take place since there are other processes in the onclose event which follow it. All things being equal the MDB which was used to create this MDE does not generate this message. I have fully compacted (several times) prior to making the MDE. What would cause this to happen and is there a fix?
Thank You