vba - Access Application Changes not Working -


I have an access app that displays data from our database and performs some actions on that data. My problem is that I have not created this app, and when I try to add a command button in a form, those buttons do not appear when I see them. Any idea what this could be?

In short: I add a button with VBA behind it, it works, but when I copy the app from another computer and run it, all my changes are not visible.

Any suggestion would be appreciated.

I had an issue where I was using a small cut to launch an access application . However, when I changed MDB, I removed the original MDB. It only put it in the trash, the shortcut was automatically updated to indicate the file in the trash. It worked like this for weeks until I found it (under similar circumstances).

Try to empty your trash and / or double check the shortcut.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -