Click here to Skip to main content
15,885,216 members
Everything / Productivity Apps and Services / Microsoft Office / Microsoft Access

Microsoft Access

MS-Access

Great Reads

by William Hey
Classical number theories
by Rob Culhane
How to dynamically add access database columns at runtime using VB.NET
by William Hey
Semi-Prime Ordered Sequences (Part 2) is the follow-on to “Exploring Computational Number Theory (Part 1)” and describes a process for ordering the semi-prime base sequences.
by Clifford Nelson
This is a tip that has the code for selecting an Excel file and sheet for import into Microsoft Access. This includes the code required to browse for a file, and populate a ListBox with the sheets of the Excel Workbook, and the code to import an Excel spreadsheet.

Latest Articles

by DotNetLead.com
Azure AD for authentication and authorization of users for your website
by Gustav Brock
Format amounts in VBA using the Indian number format for currency and amounts
by Clifford Nelson
Method to change source of a Form’s Subform source to a Query or Table in Microsoft Access

All Articles

Sort by Score

Microsoft Access 

7 Sep 2018 by Clifford Nelson
This is a tip that has the code for selecting an Excel file and sheet for import into Microsoft Access. This includes the code required to browse for a file, and populate a ListBox with the sheets of the Excel Workbook, and the code to import an Excel spreadsheet.
19 Feb 2015 by DrABELL
Generate large data series by using Cartesian Product and small data table
3 Oct 2011 by Adam Covitch
It is common to configure back-end database tables to contain a column with an auto-generated ID unique to each row. This tip describes how to sync the ID generated by the database back to the application layer.
1 Jul 2013 by Alexandros Pappas
This project measures performance of the DataTable.Merge method.
15 Aug 2012 by DrABELL
Portable solution encapsulated in single SQL query allows to select N rows offsetting M records
1 Jul 2013 by KumarM.NET
How to copy data from all tables in Access 2003.
12 Sep 2018 by Clifford Nelson
Method to change source of a Form’s Subform source to a Query or Table in Microsoft Access
21 Feb 2011 by Vivek.Net
Query to get the object information a database in Microsoft Access
21 Jul 2014 by Brad Joss
Search for files and folders and don't exit the search when there is an error accessing a protected folder, just skip it.
25 Mar 2011 by Pascal Ganaye
Deleting protected folders in Windows 7
8 Jul 2012 by Shemeer NS
Solution for Exception: The 'Microsoft.ACE.OLEDB.12.0' 'Microsoft.Jet.oledb.4.0' provider is not registered on the local machine.
24 Dec 2010 by Mike Baldini
The following code filters the specified database
21 Apr 2012 by Member 8770718
If as a developer you have a 32-bit application using this OLEDB provider on a machine with a 64-bit installation of Office 2010, you’ll need to install the 32-bit version of the provider.
18 Oct 2011 by Muhammad Shahid Farooq
The purpose of this article is to provide a fast but easy way to export data from SQL Server to MS Access.