my script is not visible anymore in VBA Access
I do not have access to my own script anymore which I have made for various Access programs. I have carried out a complete virusscan but nothing detected. When I copy my DB file to another computor I can see my code again. How can I solve this problem
Why doesn't Access quiery work for the year 2021?
I have an access query that I need to pull all the records for a certain month and year. It works fine for all years that are on the list of records except it will not query for the year 2021. Why?
I need help understanding what this sql query is doing
I am trying to help fix this database but I do not understand what this SQL query is doing. It should be updating the field "Supplier Part Number" in the table "tblSpend" but it isnt doing that. SQL: UPDATE tblSpend SET [Supplier…
Hello Everyone, I am unable to figure out the difference between ComboBox LimitToList property and ShowOnlyRowSourceValues property in Microsoft Access.
I mean, Is it not true that only what's in the Row Source can be seen in the List? How can you make display something that's not in the Row Source? Thanks for your assistance in advance!
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…
How to create an access database with photos across multiple years?
I am very new to access and have tried to learn the basics of creating tables, forms, reports etc. I need to create a database with photos. My table contains coordinate points and other info about each point. I have data spanning across years, each…
How to see more columns in the diplay of a combobox
in an acces form I have a combobox with 5 columns of which one is the bound colomn. In the pulldown menu I see these 5 columns. if I click I only see one column item in the display. How can I see more columns? Maybe the textcolumn property should be…
Modifier LISTE SHAREPOINT depuis MS ACCEESS
Bonjour, j'ai une liste SHAREPOINT que j'alimente/consulte, etc... sans problème depuis Microsoft ACCESS 2019. Mon problème est le suivant: Quand je lance une requête de MISE A JOUR pour mettre à jour ma liste SHAREPOINT ou une requête de SUPPRESION pour…
SHAREPOINT and MS ACCESS 2019
Hello, I have a SHAREPOINT LIST that I feed/consult, etc... without problem since Microsoft ACCESS 2019. My problem is the following: When I launch from ACCESS an UPDATE query to update my SHAREPOINT list or a DELETE query to empty my SHAREPOINT LIST,…
Can't update table that use large number data type in VBA
I have enabled large number data type in access , So I can store number that larger than long type. This is my test code. Private Sub test() Dim rs As New ADODB.Recordset Dim size As LongLong rs.Open "Select * From LocalFiles ", _ …
My microsoft365 develop account is can’t sigin
My microsoft365 develop account is can’t sign in ,because the device system used for 2FA verification is damaged, and I had no choice but to reinstall the system. My 2FA verifier is also lost, so I hope you can help me set up a new 2FA…
Add Control in Code
How we can Add New Control in VBA Code in MS Access
MS ACCESS Report Design Detail Section
Hi Experts I am designing an invoice in MS Access. I need to make the height of detail section fixed so that the height remains same. Mainly i want the report footer to be positioned a little below. Currently if there is one row the detail section…
Change in VBA library for Excel.workbook?
I have an Access DB developed over several years in which there is a VBA module for exporting selected tables to a single, multi-worksheet Excel file. After a Windows update this morning, the VBA module fails with a compilation error over this code…
I can't access my student/business account
I recently lost access to the device where I had Microsoft Authenticator installed and configured for my business account. With a new device in hand, I tried to configure this account again on this new device, and then the problems started. I can no…
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…
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…
Two finger scrolling not working in Access
Two-finger scrolling on a touchpad is not working on an Access form. It works OK in Excel, so it's not the computer or the mouse/touchpad drivers. It's also fine on the Navigation Pane in Access. If I open a table, it does scroll but is jerky and…
Access to Word Document
Office 365. I have an Access report with one image (logo) and 4 subreports as a Print Preview. I need to save it as a Word .docx. Would it be best to just use the export to word command on the Print Preview tab or should I try to set it up as a merge…
For MS Access Error Message: ODBC call failed. String or binary would be truncated #8152
Dear all, I have a MS Access DB Form (mask) and a "comments" field in the mask connects to a SQL Server db table field of 2500 length. I extended the length to 3000 char as per request and refreshed the connection, but the user still cannot…