I\'m using VBA to dynamically load the content of a report, and depending on which report is selected from the control panel form I\'ve built, the report\'s query might be filtered.
I was tasked with creating a simple app to maintain a user\'s collectibles collection using Access 2007. There were some requests, which I have created and implemented. Those being:
Now in SQL views are tables which can be used for data abstraction (showing specific data to required users).
My wife wrote the following code and it used to work fine for her when her organization used Access 2007. They just updated to Access 2010 and it no longer works. I am not familiar with Access at all
I keep getting the same error: Missing Operator. I have looked over this code three times and cannot find it. Can someone with a keen eye please help?
I\'m writing开发者_Go百科 an MFC aplication and I need the libid of ACEDAO.dll. How can I find it?
I have this database and I need to load it with a visual basic form in Visual Studio 2005. The database has 6 tables and they contain wrong data that I must filter when loading the database in the fo
Here is a sample data set -----------------------------------------------------------------------------------------
I have lots of data to wrangle and I need some help. I have been using an excel file that has two worksheets of interest to me.They each produce a OLAP pivot table with the data I need to work with.
I want to move a form to the screen\'s left side in Access 2007 in the onOpen event. I\'ve not found how to do it using form properties, because top and left properties seems to be read only through c