Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / productivity / Office / MS-Access

MS-Access

MS-Access

Great Reads

by hector [.j.] rivas
Helping the combo box autocomplete function with a frequency count.
by Ghosuwa Wogomon
An example of a clean way to implement classes in C
by Mani Murthy
Using .Net application to automate the MS-Access Application
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

Latest Articles

by hector [.j.] rivas
Helping the combo box autocomplete function with a frequency count.
by Ghosuwa Wogomon
An example of a clean way to implement classes in C
by Mani Murthy
Using .Net application to automate the MS-Access Application
by DotNetLead.com
Azure AD for authentication and authorization of users for your website

All Articles

Sort by Score

MS-Access 

by KumarM.NET
How to copy data from all tables in Access 2003.
by Alexandros Pappas
This project measures performance of the DataTable.Merge method.
by Pascal Ganaye
Deleting protected folders in Windows 7
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.
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.
by Mike Baldini
The following code filters the specified database
by Clifford Nelson
Method to change source of a Form’s Subform source to a Query or Table in Microsoft Access
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.
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.
by DrABELL
Portable solution encapsulated in single SQL query allows to select N rows offsetting M records
by Vivek.Net
Query to get the object information a database in Microsoft Access
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.
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.
by DrABELL
Generate large data series by using Cartesian Product and small data table