Error in Access when I am trying to open visual basics from event procedure
Hello, I have been struggling with this problem for over a week now. Whenever I want to edit my access file and write event procedure on certain control, it tries to open up visual basics but then just shuts down the whole program. I tried to figure out…
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…
Starting applications from MsAccess VBA using shell, can take seconds !!
My MsAccess program is starting task using the VBA Shell version. Starting a program using shell() should take a couple of milliseconds, and sometimes it works that way, but frequently it takes seconds (3.5) !! Not workable at all! Some info: I am…
How do list results of a column in a table in one field separated by commas in MS Access
I would like to know how to get a column into a query field. Similar to how in Access if you use the multi-value field in MS Access. However, i do not wish to use the mutli-value. For example, if I had a table column1 with A C D F G (one…
How to get the *real* PID of a via VBA started asynchronous job !? (in order to monitor and/or stop that job)
I try to start and monitor asynchronous tasks from within MsAccess using VBA. (see question ^Starting applications from MsAccess VBA using shell, can take seconds !!^. The applications are started using ^PID = Shell("C:\WINDOWS\NOTEPAD.EXE",…
VBA shell() does NOT return the exepected PID & ^Function CreateProcessA^ crashes Access
I am trying to start and control processes from and started by MsAccess. For that purpose I use the shell function. https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/shell-function That function is supposed to return…
Active content in this file is blocked. Trust Center
I am trying to migrate several tables from Microsoft Access file located on channel into teams to Microsoft SharePoint online. When I try to do it using "DataBase tool" --> "SharePoint" and select the SharePoint site appears the…
how to fix Correlation Id: cf8f29ef-766d-431a-9a43-617f414f2182 Timestamp: 2024-10-24T08:13:37.000Z DPTI: 10a2e99367304a3090864b886d59c26424c18ef4b5651b3aab6a3dd25df65b91 Error Tag: 7ita9 Error Code: 3399811147
Correlation Id: cf8f29ef-766d-431a-9a43-617f414f2182 Timestamp: 2024-10-24T08:13:37.000Z DPTI: 10a2e99367304a3090864b886d59c26424c18ef4b5651b3aab6a3dd25df65b91 Error Tag: 7ita9 Error Code: 3399811147
GoToRecord for tabbed form within Navigation Form
From the frmMainForm, I have 3 buttons; button one opens a tblTable1, button two opens frmForm2, and button three opens frmNavForm. My GoToRecord VBA works perfectly when just frmForm2 is opened, but it will not work when its under a tab in frmNavForm.…
How to get an Excel spreadsheet to display on an Access form
I have been using Access 2003 on a laptop but decided to move the application to another machine that has Microsoft 365. I have an Access form that displays an Excel spreadsheet - below is the image of it in Access 2003. In Access 2016 I can still…
Cannot cancel security change request
Hi All, Initially I had some issues accessing the mail id associated with my google account, so I tried to change the mail id associated with my Azure account. However , later the issue with mail id has been resolved and I can access the mail id. Now…
How to suppress a dialog box, shown below
Office 365. Have a word doc that is merged to a query in access, using the command: MergeSingleWord "C:\Users\nevadamax\OneDrive\Documents\BudgetCorp\NewBudgetCorpDocs", True Where MergeSingleWord is a procedure: Public Function…
I am trying to fill up fields on a document in word from my access database and I keep getting errors. I have added an image that shows me an invalid merge field. Kindly assist, as this is quite urgent ans important. Any help is appreciated. Thanks!
I am trying to fill up fields on a document in word from my access database and I keep getting errors. I have added an image that shows me an invalid merge field. Kindly assist, as this is quite urgent ans important. Any help is appreciated. Thanks! I…
What can I do if there is no answear after submitting the verification form? How can I get back my account?
My hotmail account is blocked by Microsoft. I have submited the form for verification. It was promised that the result will arrive to my contact e-mail account in 24 hrs. It was 3 days ago, but no answer. What can I do if there is no answear after…
Column Designation error
I have a list box (ERPNewOrderList) on a form (AddNewOrders). The rowsource for the list box is a query: Column(0): SONo: [SalesOrderID] & "." & [SOLineNbr] where [SalesOrderID] datatype is ShortText and [SOLineNbr] datatype is Number…
Error Message: Grant Access - Additional Permissions are needed to access the following file
The last update of Microsoft 365 has screwed up my computer and I cannot access the files that I have created with Word. Please help! I am using version 16:89.1 of Office.
How do I fix the OLE Object in Access Error 3118?
Cannot join on Memo or OLE Object <name>. (Error 3118)
Access error "This database is in an unrecognized format"
When open a Access file, get the error "This database is in an unrecognized format". Can anybody help?
graph.microsoft.com api to raise group access request that can though myaccess.microsoft.com approval process
I want to use myaccess.microsoft.com programmatically. but it do't have apis, it say that i can use graph.microsoft.com api . but when i am using graph.microsoft.com api , it give below error. i want to use graph.microsoft.com api to raise group access…
How do I close orphan database connections?
The last step in my Access application (before DoCmd.Quit) is to close the connection to the backend database on the network drive, as follows: This has always worked until one of the workstations was upgraded to Windows 11. Now when that workstation…