top of page
Search


Dealing with the "Invalid Use of Nulls" Error
The Invalid Use of Nulls error message is common in VBA code when using Microsoft Access. Find out how to write code to deal with it.

Kimberlee Martin
Nov 21, 20233 min read
76 views
0 comments


Why Choose Microsoft Access?
Is Microsoft Access right for you? Here are several reasons why I often recommend Access to my clients.

Kimberlee Martin
Oct 24, 20234 min read
24 views
0 comments


One Table or Two? Or Three? Four??
Not sure if you need one table or two in Microsoft Access? Here's a guide.

Kimberlee Martin
Sep 21, 20234 min read
10 views
0 comments


Do I need a subform on my Access form?
When to use a subforms in a Microsoft Access database

Kimberlee Martin
Sep 5, 20234 min read
17 views
0 comments


Port Access Data to SQL Server
Porting Microsoft Access tables to SQL Server

Kimberlee Martin
May 5, 20233 min read
28 views
0 comments


Access Database Corruption
Dealing with the "database is in an inconsistent state" error message, and other symptoms of Microsoft Access corruption.

Kimberlee Martin
Mar 13, 20237 min read
19 views
0 comments


Connections: Bringing SQL Server data into Access
Linking to data in SQL Server from a Microsoft Access database

Kimberlee Martin
Jan 17, 20236 min read
22 views
0 comments


VBA Dates
Excel and MS Access store dates as numeric fields, allowing for each calculations in VBA.

Kimberlee Martin
Jan 11, 20234 min read
15 views
0 comments


Connections: Bringing Access Data into Excel
Creating links to Microsoft Access data in your Excel worksheet.

Kimberlee Martin
Jan 9, 20234 min read
28 views
0 comments


Connections: Bringing Excel Data into Access
Create a Microsoft Access table that is linked to an Excel file.

Kimberlee Martin
Jan 5, 20236 min read
23 views
0 comments


Using Access to Clean Excel Data, Part 5
I’ve been covering the use of Microsoft Access tools to clean your Excel data for the past few weeks. Today is the final entry in that...

Kimberlee Martin
Dec 22, 20223 min read
21 views
0 comments


Using Access to Clean Excel Data, Part 4
Use MS Access to find duplicates in your Excel data

Kimberlee Martin
Dec 12, 20226 min read
16 views
0 comments


Using Access to Clean Excel Data, Part 3
Use MS Access to clean numeric fields that contain text.

Kimberlee Martin
Dec 1, 20225 min read
13 views
0 comments


Using Access to Clean Excel Data, Part 2
Use MS Access to clean phone numbers in your Excel data.

Kimberlee Martin
Nov 21, 20226 min read
21 views
0 comments


Using Access to Clean Excel Data, Part 1
Excel data can be messy. Use MS Access features to clean it up.

Kimberlee Martin
Nov 14, 20225 min read
30 views
0 comments


Appending Excel Data to an Access Table
Use an append query to add Excel data to an Access table

Kimberlee Martin
Nov 4, 20227 min read
33 views
0 comments


Connections: Importing Excel Data into Access
Tips for making your Excel data import smoothly into Access

Kimberlee Martin
Oct 24, 20226 min read
25 views
0 comments


Data Accessibility
Just about all companies rely on electronic data these days, but not all companies can quickly and easily access their data. Here are a...

Kimberlee Martin
Aug 28, 20173 min read
26 views
0 comments


Option Explicit
If you’ve ever written VBA code in Excel, Access, or any of the other products in the Microsoft Office suite, you may already be familiar...

Kimberlee Martin
Apr 17, 20173 min read
23 views
0 comments


Protecting Data on an Access Form
Microsoft Access allows you to quickly create forms for viewing and editing your data. One issue you may have run into with forms is that...

Kimberlee Martin
Jan 19, 20174 min read
52 views
0 comments
CATEGORY
ARCHIVE
bottom of page