930 questions with Microsoft 365 and Office | Access | Development tags
Microsoft Access form controls not updating after table changes
In Microsoft Access where updates I make to the underlying table aren’t being reflected in my bound form controls. I’ve already tried refreshing the form, rebuilding the record source, and even recreating the form from scratch, but some fields still show…
Microsoft 365 and Office | Access | Development
GetObject WMI Bug in Access 2510 (Build 19328.20244)
Attempting to call GetObject("winmgmts://./root/cimv2") from the Form_Activate event handler when opening a form using a Hyperlink SubAddress fails with an automation error "Unspecified error". Opening/activating the same form using…
Microsoft 365 and Office | Access | Development
Search key was not found in any record Access 2016
weird Characters can not be deleted nor edited in access 2016
Microsoft 365 and Office | Access | Development
Update a year in a date field
hi i have a access db with a date field that hold data in the following format 02/10/2024 11:01:29 all i want to do is to be able on mass to update anything in the 24 year to 25, is there a way this could be done please? thanks in anticipation
Microsoft 365 and Office | Access | Development
Access Report Prints Form Instead — Seeking Insights from the Community
Hi everyone, I'm hoping someone here can shed light on a frustrating issue we've been facing with Microsoft Access. We have a database where users click a button on a form (labeled “Delivery Sheet”) to open a report in Print Preview mode. The report…
Microsoft 365 and Office | Access | Development
Ms access reading data from c# code is giving unspecified error
Hi team, Facing issue while reading data from ms access in one of our widows service. after restarting the vm , the issue is getting resolved. Thank you
Microsoft 365 and Office | Access | Development
Microsoft Access 2007 login button not working solution
How to create login form in Access 2007 step by step
Microsoft 365 and Office | Access | Development
How to sum column C and D if columns A = Starmer and B = Elected.
I have the following table. I need a way to a) aggregate elected position for each name b) aggregate non-elected position where it does not match the name c) a total of each one So for example Starmer wins. The Elected result should show 38. Non-Elected…
Microsoft 365 and Office | Access | Development
How-to get RichText from LongText AppendOnly ColumnHistory()?
Is there a workaround to get the HTML-ish RFT from ColumnHistory() of a LongText field set with RichText format and AppendOnly versioning? I'm not trying to defend AppendOnly vs better solutions. Or storing HTML-ish RTF in Access. Just asking if anybody…
Microsoft 365 and Office | Access | Development
Update Table Column with Sum of Two Numbers in Two Tables
I have ran into a brick wall trying to create an update query. I want to update the number stored in the column of a table with the sum of another number in the same table and another number in another table. Attached is the relationship between the…
Microsoft 365 and Office | Access | Development
Error in InStrRev with respect to VarType
The MS ACCES has problems with this statement: HAVING ((( 1 * InStrRev ([Query21].[Naam tegenrekening], "Broek")) = 13 )) It reports "Type Mismatch", yet VARTYPE on this expression reports type = 3 (long…
Microsoft 365 and Office | Access | Development
My MS Access can connect to Azure Synapse SQL Serverless Pool, but failed to obtain data.
I connect from local MS Access File to Azure Synapse SQL Serverless Pool. I can connect to the db, and select the table and its column, but failed after select the column and got the error above. And another error message said the process is occupied by…
Microsoft 365 and Office | Access | Development
Query to copy distinct records - no duplicates
I need to create a query to copy ONLY DISTINCT records to a new table where the old table has many duplicates? Should I set the query to copy only the First of each field? Also how do I insure that the new table accepts only distinct re records going…
Microsoft 365 and Office | Access | Development
Microsoft Access Database Engine(ACE OLE DB 12.0)
How can I download Microsoft Access Database Engine(ACE OLE DB 12.0)? And how can I equip it with my visual Studio 2022?
Microsoft 365 and Office | Access | Development
Can I change Azure SQL Server port 1433 to a different port (Connecting externally using MS Access ODBC)
Hi, Our IT has flagged port 1433 as being high risk and has requested that we change the way we connect our Access DB to our Azure SQL server. Currently we are connecting using the standard ODBC connection string. Any ideas or information would be…
Microsoft 365 and Office | Access | Development
Microsoft 365 and Office | Access | For business | Windows
Setting TabIndex Property in VBA No Longer Working After Recent MS Office Updates
September: After my PC installed recent MS Office updates (within the last two weeks), currently running Version 2508 Build 16.0.19127.20192 (32-bit), setting the TabIndex property is no longer behaving as expected. I have procedures, in MS Access forms,…
Microsoft 365 and Office | Access | Development
How to I get my Office 2019 back. 365 has replaced it.
I own MS Office Pro 2019. 365 has now replaced it. I want 2019 back. How this happened: I volunteer with a non-profit that uses 365. In order to coordinate calendar, they gave me a 365 email account. When I activated the 365 email in 2019…
Microsoft 365 and Office | Access | Development
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
How to fix Automation error Object is not connected to server
I have an MS Access database with a table that has an OLE Object type field. The field stores a PowerPoint slide associated with the rest of the data in the record. I have a form with a bound object frame for the OLE Object field. There is a Button on…
Microsoft 365 and Office | Access | Development
Access declare stmt issue moving from Windows 10 to 11
Hi, I have a basic Access database that is erroring on me now that it was updated to Windows 11. The error message is Compile Error The code in this project must be updated for use on 64-bit systems. Please review and update Declare statements and then…
Microsoft 365 and Office | Access | Development
TransferDatabase help
I have a MS Database that when I close the database, I want to export the main data table to a back-up database. Here is my VBA script - destfilename = "PGA Matrix 6-2022 - REP VERSION.mdb" destfileloc =…