2013
76 TopicsMS Access Database Decommissioning
Hi folks, We have the following version of the MS Access Database and we are not sure when MicroSoft is decommissioning this version of MS Access Database. We have the latest version of MicroSoft Application installed as a part of our environment, but the actual MS Access Database is the following for one of the databases. Do we need to update this database called Pontiac to the latest version of database. The database itself is showing Access 2007-2016 file format - Access. Do we need to update this database to the latest version of database. We really appreciate your recommendations. Thank you261Views0likes9CommentsAdd a signature field and restrict editing
Hi, We're looking for a way to add a signature box where a user can draw or sign while the document is restricted. The user should be able to sign using Word Online, Desktop App, Tablet and Mobile. Please let us know the best way to achieve this.487Views0likes1CommentProblems with navigation pane on word 2021 - constantly slowness and freezing
Hello, everyone. My name is Diogo. This is my first post. I just bought Office 2021 home version today. I've been using 2013 Office version for a long time and decided to upgrade. The main reason was my daily use of a word doc for studying purposes. The doc is long (at least from my perspective), with sth abou 3100 pages and 1.4 million words. With 2013' version, I had basically two issues when using this file specifically 1. Sometimes when I was saving the file and, before the end, it was shutted down without properly save (I guess this one is done with 2021's autosave option). 2. The navigation pane (titles and search specifically words) was incredibly slow sometimes. In fact, it was almost impossible to open the titles and digit the text at the same time, so I had to keep it on the search columm to keep working the text. The search columm, besides that, used to freeze after a search for 10 seconds, max 15 seconds, maybe, but after I could keep the work progress and typing Well, I bought the 2021 one thinking that would be faster and I would solve this problem, but it is not my experience so far. The overall use is better with this newer version, but it's (much) worse to search words with navigation pane, which is very useful in my daily use of the doc. When the titles panel is open, everytime I digit it freezes a little bit, making harder to use. When I search for a word, it definitely freezes, taking sth about 25, 30 seconds to come back, when it will keep freezing for a while. In simples words: when it comes to use the navigation pane (titles and search, I never use pages miniatures), Word 2021 is, so far, much worse than 2013 Office. The office keeps freezing sometimes, even not using the navigation pane (sth I was not expecting buying this Office 2021, to be honest), but the situation is worse with navigation pane, like I said. P.s. I've been editing this file for 18 months now. At some point and for some reason I can't tell, the automatic numbering option (sorry, I use in portuguese and I don't know the name Microsoft uses in english Word version, but it's on the paragraph tab and allows to divide paragraphs in numbers and letters. I guess it's numbered list or sth similar) stopped working, so I started mumbering everything manually. I don't know if this could be interfering. P.s. 2 Before come here I contacted Microsoft via chatting. He tryed to help me, controlling the PC remotelly and doind some tricks, but at the end he sad it was probably some formatting problem with this precise doc file, so he directed me to his forum Sorry about the long text and thank you for the help Diogo1.4KViews0likes1CommentMS Word Spanish word Bug
Microsoft Office 2013 all the way to 2021 LTSC has a bug in the spanish language grammar and orthographic checker. The grammar and orthographic checker does not detect and mark the following words: doscientes trescientes cuatrocientes quinientes seiscientes Setecientes Ochocientes Novecientes Correct words would be with "a" or "o" as the last vocals: doscientos trescientos cuatrocientos quinientos seiscientos Setecientos Ochocientos Novecientos All of the former are the spanish names for numbers representing hundreds.Solved113Views0likes3CommentsMS Access Handling Nulls In Query Formula
Hi all, I have this formula in Access: IIf([Init_Static_P] < 0 And (Nz([Adj_Static_P], -9999) < 0), "Resolved", "Not resolved" which keeps outputting an #Error when Adj_Static_P is null which will happen. I need the nulls in my dataset. Whenever Init_Static_P is < 0 and or Adj_Static_P is < 0, it works as it should outputting "Resolved" and vicer versa, however it does not work whenever there is any instance of Adj_Static_P as a blank value. Does anyone know how I can handle the nulls so that if the Init_Static_P is >0 and Adj_Static_P is null, then it would output "Unresolved", and if Init_Static_P is <0 and Adj_Static_P is null then it would output "Resolved" instead of #Error? Output should be as follows: Init_Static_P Adj_Static_P Result >0 Null "Not resolved" >0 >0 "Not resolved" <0 Null "Resolved" <0 < 0 "Resolved" Thanks in advance! <3265Views0likes3CommentsODBC/SQL Server Connection Error
I am attempting to connect my MS Access 2013 front end to a SQL Server 2012 backend using the code below. I am getting the error message "Optional feature not implemented" from the ODBC driver. I am using the SQL Server driver but I also have access to ODBC Driver 11 and ODBC driver 17 for SQL server, but I still get the same error message regardless of which of these three drivers are used. What am I doing wrong? Dim cnn As New ADODB.Connection Dim cmd As New ADODB.Command Dim connString As String Dim prmEmployeeID As New ADODB.Parameter Dim prmYearBeginDate As New ADODB.Parameter connString = "DSN=FullOnAccounting;Driver={SQL Server};Server=AMF\MSSQL;Database=Full_Up_Accounting;TrustedConnection=Yes;" cnn.Open (connString) <--Error occurs hereSolved477Views0likes2CommentsADODB performance problem
Hi All, (Win10, Win11) To highlight a performance problem (with ADODB/ACCESS), on a heavy client, I wrote two small programs one in VB.NET (and VBA), the other in CPP/MFC. Using the same component (msado15.dll). This piece of code does nothing but connect to two ACCESS files (with a single table of 15,000 records), and via a recordset copy from one database to the other. Under VB.NET, it takes 1 second. Under CPP, on a machine that has the runtime access 2013 x64, it takes 9 seconds. (i spend 99% of my time in AddNew() )... Under CPP, on a machine that has the runtime access 2016 x64 OR Office365, it takes 20 minutes. (i spend 99% of my time in AddNew() )... The target computer must have Office365... I need an issue... PS : My two sln (exe/cpp/...) are available...There is no sensitive data... A short running test... |Nom de la fonction|Total \[unit, %\]|Self \[unit, %\]|Nombre d'appels|Module| |-|-|-|-|-||*+*D:\\users\\phili\\Downloads\\Test\_ADO\_Cpp\_VB\\test\_minimal\\x64\\Release\\test.exe \(PID : \)|115,73s \(100,00*%\)|0ns \(0,00*%\)|0|Plusieurs modules| |\|*+*\_\_report\_gsfailure|115,73s \(100,00*%\)|9,20?s \(0,00*%\)|1|test| |\|\|*+*\_\_scrt\_common\_main\_seh|115,73s \(100,00*%\)|13,20?s \(0,00*%\)|1|test| |\|\|\|*+*main|115,73s \(100,00*%\)|654,83ms \(0,57*%\)|1|test| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947bc40|104,82s \(90,58*%\)|104,82s \(90,58*%\)|6215|msado15| <= AddNew() !!! |\|\|\|\|*-*\[Native\] ucrtbase.dll!0x00007fff373ccad0|9,31s \(8,05*%\)|9,31s \(8,05*%\)|1|ucrtbase| |\|\|\|\|*-*ADODB::Connection15::Open|413,29ms \(0,36*%\)|8,80?s \(0,00*%\)|2|test| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947c010|101,83ms \(0,09*%\)|101,83ms \(0,09*%\)|2|msado15| |\|\|\|\|*-*printf|96,90ms \(0,08*%\)|157,30?s \(0,00*%\)|214|test| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947d3d0|91,69ms \(0,08*%\)|91,69ms \(0,08*%\)|74568|msado15| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947d380|50,46ms \(0,04*%\)|50,46ms \(0,04*%\)|74568|msado15| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe894d8fc0|30,92ms \(0,03*%\)|30,92ms \(0,03*%\)|149136|msado15| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947bfc0|28,68ms \(0,02*%\)|28,68ms \(0,02*%\)|6214|msado15| |\|\|\|\|*-*\[Native\] combase.dll!0x00007fff39403f10|26,94ms \(0,02*%\)|26,94ms \(0,02*%\)|5|combase| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe89513fc0|17,39ms \(0,02*%\)|17,39ms \(0,02*%\)|149137|msado15| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe894c1480|15,11ms \(0,01*%\)|15,11ms \(0,01*%\)|1|msado15| |\|\|\|\|*-*\[Native\] msado15.dll!0x00007ffe8947c230|14,46ms \(0,01*%\)|14,46ms \(0,01*%\)|149137|msado15| |\|\|\|\|*-Native\]msado15.dll!0x00007ffe8947d2b0|11,32ms\0,01*%\)|11,32ms\0,01*%\)|149136|msado15| Regards1.1KViews0likes8CommentsLink a table from MS Fabric
Is it possible to link a table stored in MS Fabric Dataflow Gen2 to an Access database? The data set is roughly 500k rows of data. FYI I'm not trying to link Fabric FROM an Access database. Rather I would like to work with the data in MS Access. Any help would be appreciated.335Views0likes0CommentsAccess 2013 32 bit runtime will not install
Okay. So, background, we use 2013 32 bit access runtime for our application. On a brand new, fresh Windows 10 64 bit pro install, for whatever reason this app will no longer install. It brings up MsiExec.exe / Kernelbase.dll errors in event viewer. Trying this on windows 11 i have zero issue. Installing this on Windows 10 64 bit ver. 1809 worked. I am hoping to see if anyone has some clues for me. I have tried installing in cmd/power Downloaded new windows 10 64 bit may 22h2 release iso tried different usb drives Updated PC bios Tried different hard drive (m.2 ssds) Different Ram (because shooting in the dark) Installing all updates / motherboard drivers Here are logs: Event Log-- Log Name: Application Source: Application Error Date: 6/19/2024 8:54:04 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: DESKTOP-GO2OK8Q Description: Faulting application name: MsiExec.exe, version: 5.0.19041.3636, time stamp: 0x1c10077d Faulting module name: KERNELBASE.dll, version: 10.0.19041.4412, time stamp: 0x6d8c3da8 Exception code: 0xe06d7363 Fault offset: 0x00140b82 Faulting process id: 0x150c Faulting application start time: 0x01dac260e46114c8 Faulting application path: C:\Windows\syswow64\MsiExec.exe Faulting module path: C:\Windows\System32\KERNELBASE.dll Report Id: 8f7103e0-fa10-44bf-bd66-77a11ba8cb5e Faulting package full name: Faulting package-relative application ID: Event Xml: schemas.microsoft.com/win/2004/08/events/event "> 1000 0 2 100 0 0x80000000000000 193 Application DESKTOP-GO2OK8Q MsiExec.exe 5.0.19041.3636 1c10077d KERNELBASE.dll 10.0.19041.4412 6d8c3da8 e06d7363 00140b82 150c 01dac260e46114c8 C:\Windows\syswow64\MsiExec.exe C:\Windows\System32\KERNELBASE.dll 8f7103e0-fa10-44bf-bd66-77a11ba8cb5e System Info-- System Information report written at: 06/19/24 08:56:58 System Name: DESKTOP-GO2OK8Q [System Summary] Item Value OS Name Microsoft Windows 10 Pro Version 10.0.19045 Build 19045 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name DESKTOP-GO2OK8Q System Manufacturer ASUS System Model System Product Name System Type x64-based PC System SKU SKU Processor 13th Gen Intel(R) Core(TM) i5-13500, 2500 Mhz, 14 Core(s), 20 Logical Processor(s) BIOS Version/Date American Megatrends Inc. 1658, 5/22/2024 SMBIOS Version 3.5 Embedded Controller Version 255.255 BIOS Mode UEFI BaseBoard Manufacturer ASUSTeK COMPUTER INC. BaseBoard Product PRIME Z790-P WIFI D4 BaseBoard Version Rev 1.xx Platform Role Desktop Secure Boot State Off PCR7 Configuration Binding Not Possible Windows Directory C:\Windows System Directory C:\Windows\system32 Boot Device \Device\HarddiskVolume1 Locale United States Hardware Abstraction Layer Version = "10.0.19041.3636" User Name DESKTOP-GO2OK8Q\admin Time Zone Pacific Daylight Time Installed Physical Memory (RAM) 16.0 GB Total Physical Memory 15.7 GB Available Physical Memory 13.0 GB Total Virtual Memory 18.6 GB Available Virtual Memory 16.1 GB Page File Space 2.88 GB Page File C:\pagefile.sys Kernel DMA Protection Off Virtualization-based security Not enabled Device Encryption Support Reasons for failed automatic device encryption: TPM is not usable, PCR7 binding is not supported, Hardware Security Test Interface failed and device is not Modern Standby, Un-allowed DMA capable bus/device(s) detected, TPM is not usable Hyper-V - VM Monitor Mode Extensions Yes Hyper-V - Second Level Address Translation Extensions Yes Hyper-V - Virtualization Enabled in Firmware Yes Hyper-V - Data Execution Protection Yes [Hardware Resources] [Conflicts/Sharing] Resource Device Memory Address 0x85F00000-0x85F03FFF Standard NVM Express Controller Memory Address 0x85F00000-0x85F03FFF PCI Express Root Port1.1KViews0likes3CommentsHow to create an editable dropdown list with more than 256 characters in Microsoft Word?
We've tried the following in Microsoft Word however, it did not meet our goal of being able to display more than 256 characters in the dropdown and edit it. We need something that works without issue with Legacy controls and restricted editing. Combo box however, the dropdown list is limited to 256 characters Quick Parts however, when sharing the document with other users, they cannot see the dropdown or quick parts Legacy form dropdown and display the text output using {IF{REF bookmark}}="exact value""text output" however the text output is not editable. If we use a check box, is it possible to hide other options once we check an option?1.1KViews0likes3Comments