The creation and customization of database applications using Microsoft Access
961 questions with Microsoft 365 and Office | Access | Development tags
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
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
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
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
Look/Style
How do I change the look/style of the overall database?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
I want to purchase time with an Access/Word merge specialist
I have a Access database that has a button that opens a DocumentMenu that is on a networked drive. That Menu hyperlinks to documents that, when clicked, are supposed to (and did, in Office2007) open forms that are connected to tables in my Access…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
MS Access macro grouping
I have created a group block of actions within a Macro but cannot find how to remove the grouping specification.
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Table entering a record with no data from form button click
I have a relational database table (itemTable) connected to a Main Form. Connected to the main form is a sub Form (itemImages)Connected to ItemImageTable . After Adding the item data, i go to enter the item images on the sub form but, after adding the…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
I want to ask is there a known registry override to increase the handle limit
My Access application is frequently crashing with Error 3048 ("Cannot open any more databases") despite properly closing all recordsets and setting objects to Nothing in my VBA cleanup routines. Since the latest Office update (Build 2602), the…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Necesitamos SQLServer2005_BC_x64.msi para Access
Necesitamos SQLServer2005_BC_x64.msi, donde lo podemos decargar?. Aqui ya no esta https://archive.org/download/sql-server-2005-backward-compatibility-components/SQLServer2005_BC_x64.msi Es para usar un Access Gracias
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
ActiveX Register
Just upgraded to latest Access. How do I "Register" an ActiveX Control from a previous version?
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
Why did DoCmd.TransferSpreadsheet acImport stop working intermittently?
After MS Office updates in October, DoCmd.TransferSpreadsheet acImport sort of stopped working for one of my 7 files. If I import that file first it works fine, but then I have to close the database and then reopen it to get the other 6 files to import.…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
How can I remove the extra files?
I am trying to create a form out of a query and a search form which gathers the inputs from the user. The three inputs are Start Date, SO #, and Job. In this example I only inserted 11/06/2025 for Start Date. It resulted in 7 records which is correct,…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access
MS Excel Power Pivot connection issue with MS Access Odbc
Hi There, I'm encountering problem Excel pivot refresh data failed when I was trying to pull data fm MS access. below if the errors appearing. can you pls help. desperately need help to problem fix. "[Microsoft][odbc Microsoft access…
Microsoft 365 and Office | Access | Development
The creation and customization of database applications using Microsoft Access