I have an access application that displays data from our database and does some operations on that data. My problem is that I did not create this app, and when I try to add command buttons to a form, those buttons are not visible when deployed. Any idea what might cause this?
To summarize: I add a button with VBA behind it, it works, but when I copy the App to another computer and run it, all of my changes are not visible.
Any suggestions would be greatly appreciated.