The creation and customization of database applications using Microsoft Access
969 questions with Microsoft 365 and Office | Access | Development tags
A bug that prevents Access Runtime 365 from being used on Windows 10.
Thank you for your continued support. Although the issue has now been resolved, starting on August 22, we encountered a problem where Access assets opened in Access Runtime 365 could not be opened. The affected device was running Windows 10. Since a…
Microsoft 365 and Office | Access | Development
Microsoft Access Report – 3rd Page Prints at 1/4 Size Only When Printing Full Report
I'm having an unusual Microsoft Access printing issue at one of three locations. I have a report called rpt_Contract that includes two subreports, rpt_Legal1 and rpt_Legal2. The report prints as three pages. At one location only, when all three pages are…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Can't Paste Multiple Objects in MS Access
Simple as that. Select multiple objects on an MS Access form, and either copy or cut them. They are not pastable. Not on the same form, and not on any form. This has been broken for AT LEAST a year now, as I found a report from 2025 citing the same…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
How to allow access with vba forms and modules run on another laptop?
I built an Access database which is basically a frontend that uses forms with vba code and passthrough queries to connect to a SQL Server database. It works fine on the machine I built it on, but when I try to run it on my new laptop it hides a bunch of…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Search for subform record based on text box
I am trying to bring up a form record based on text entered in a text box. The form "Furnace + Header Data Form" is a parent form, with 2 subforms called "Header Data Form" and "Surrogate Data Form". This question is in…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
How can I prevent the code I write in Access SQL from being automatically reformatted into multiple lines?
Even if I write my SQL code on a single line in Access, it gets automatically reformatted into multiple lines when I run the query. How can I prevent this?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
In Access how to set criteria for show field content or not
In access: How to display a field's contents or the word "unavailable" based on another field with a yes/no structure. This is for a query that is being used for generating a report.
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Access 365: Control stacking order changes when using Tab key in form Design View (2309 and later)
Issue In Microsoft Access for Microsoft 365, in form Design View, when overlapping controls are selected, the stacking order (front/back display order) changes unexpectedly when using the Tab key to move the selection. Example Initial state (design…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
How to view .SNP file
I have a number of files in .SNP format, which originally could be opened with the Microsoft Snapshot Viewer which was part of Microsoft Access. I cannot find a safe version of that program to download. How can I view these .SNP files now or convert them…
Microsoft 365 and Office | Access | For business | Windows
A family of Microsoft relational database management systems designed for ease of use.
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
VBA fails after recent Windows update...
I have this old MS-Access program (from 2002) where i use a matrix routine from Excel. It has worked until recently - but now fails on my Windows11-PC. I have an older bakup-PC with Windows10. They share the same OneDrive, and the program works on the…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Microsoft Access Conditional Formatting Color Palette Choices Reduced
Microsoft Access Conditional Formatting Color Palette Choices Reduced. I used to be able to choose from about 40ish colors, then the next menu to about 100 color, then to the custom palette. The 40ish color palette is now replaced with a simple 10…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Append to Clipboard using MS Access VBA
I have a delimited string, ConstStr = "1356, 1360, 1366, 1368", and would like to add each value in the string to the clipboard so that, when executing a "Paste", all the values would fill individual cells,…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Microsoft Forms 2.0 Object Library
The "Microsoft Forms 2.0 Object Library" is not found in my MS Access Reference drop down list. Where is it found?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
What reference libraries contain the DataObject object?
What reference libraries contain the DataObject object?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Reference for DataObject
Dim MyData As DataObject produces this error: Is there a Reference to a dll required?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
DataObject object reference for MS Access
What reference library should I use to define DataObject in VBA code for MS Access project?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Access VBA, Screen.ActiveReport.Name not working code stopt no report is present
On Error Resume Next reportName = Screen.ActiveReport.Name If Err.Number <> 0 Then MsgBox "Is momenteel niet actief.", vbExclamation Err.Clear Exit Sub End If On Error GoTo 0
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
MS Access ohe add in
seit gestern kann ich keine Email aus Outlook in MS Access 365 importieren, es sind keine Add ins vorhanden, ich kann auch keine nach installieren
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Microsoft Access: Database is in an inconsistent state on Network Shares
We have a split .accdb database stored on a shared network drive. Since the latest Office update, users are constantly getting the error 'Microsoft Access has detected that this database is in an inconsistent state.' Running 'Compact and Repair' dozens…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
OleDbConnection using Microsoft.ACE.OLEDB.16.0 causes an access violation in mso98win32client.dll on app closing
I recently updated one of our VB.NET 4.8 applications from 32 bit to 64 bit. The application uses an OleDbConnection using Microsoft.ACE.OLEDB.16.0 to connect to an access database. We noticed that when the application closes, it hangs for around 15 - 20…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access