Category Archives: Access 2007 problems/solutions

Access 2007 is really buggy. We at Data Control have to use it because our clients want to use it (or have to use it). So, while we wait for Service Packs to be released that solve these issues, or while we find work arounds to get the job done, we’re going to post our findings on this blog.

Hope this helps everyone!

Security

The first and most important step in creating a security process is to establish and maintain a solid backup process for ALL files! Whether they are only in Access or in Access and SQL Server.

Posted in Access 2007 problems/solutions, Uncategorized | Tagged | Comments Off on Security

DLookup

Doing an If clause with DLookup genereally means usin a comparison of the lookup result to a value using the equals function. Most other functions do not tend to work well with DLookup and especially not the IF ISNULL structure.

Posted in Access 2007 problems/solutions, Uncategorized | Tagged | Comments Off on DLookup

File System Objects

Remember to look to use FSO’s such as FileCopy when you are trying to do things outside of Acces from within Access. File System Objects are readily available and require few skills to learn.

Posted in Access 2007 problems/solutions, Uncategorized | Tagged | Comments Off on File System Objects

List boxes not populating

If you are using list box(es) and they will not populate with values, check your references in the VBA Editor. Odds are that there is a missing reference to a DLL or two.

Posted in Access 2007 problems/solutions, Uncategorized | Tagged | Comments Off on List boxes not populating

CSV Importing

The solution for importing a CSV file is to link to it instead of importing it. Linking to it, all the fields are correctly formatted and populated. One problem to watch out for; commas in the data. So I am … Continue reading

Posted in Access 2007 problems/solutions, Uncategorized | Tagged | Comments Off on CSV Importing

Importing CSV files

Importing files can be tricky in MS Access. The application tries to set the property for each field and even with preset values you can still get data imported incorrectly. I don’t have a complete solution for this problem just … Continue reading

Posted in Access 2007 problems/solutions, Uncategorized | Tagged , | Comments Off on Importing CSV files

Parking Lots

Central Parking System needs a database application to manager the paperwork and finances for the parking lots they operate in the City of Virginia Beach.

Posted in Access 2007 problems/solutions, Uncategorized | Tagged , , , , , | Comments Off on Parking Lots

Nuclear Power plants

Now I will be creating a database for four nuclear power plants. The purpose will be tracking the testing and training of the plant operators. From this the company will also be able to assess what a crew would be … Continue reading

Posted in Access 2007 problems/solutions, Uncategorized | Comments Off on Nuclear Power plants

Nuclear Power plants

Now I will be creating a database for four nuclear power plants. The purpose will be tracking the testing and training of the plant operators. From this the company will also be able to assess what a crew would be … Continue reading

Posted in Access 2007 problems/solutions, Uncategorized | Comments Off on Nuclear Power plants

File Maker to MySQL

A new challenge is before us. Migrating a FileMaker Pro database on a Mac OSX machine to MySQL on a hosted server. So we can handle Mac and PC implementations.

Posted in Access 2007 problems/solutions, Uncategorized | Comments Off on File Maker to MySQL