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…
How do I fix the OLE Object in Access Error 3118?
Cannot join on Memo or OLE Object <name>. (Error 3118)
Sandbox environment to try MS-4010 Labs
Is Microsoft is providing any sandbox environment to try MS-4010 Labs?
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…
Within Microsoft Access 2019 is there a way to see or script out all Tables definitions keys/constraints/indexes, etc...?
Hello, within Microsoft Access 2019 is there a way to see or script out all Tables definitions keys/constraints/indexes, etc...? Was given an Access DB and need to migrate and need to know if they are all simple straight forward stand alone Tables or if…
MS ACCESS 2021
/ functions in MS Access Filed properties in tables and most useful / important features
Can anyone tell me what happened with sending emails from accessweth outlook (new)
I had a button on a form that I click and the invoice would show and clicked send and it would send it as a email through outlook as pdf. work this way for 15 years has not worked since tuesday.
Not able to access the account/subscription I was added to
I recently joined an organization. The account owner added me to the microsoft azure as an external user. I am able to login. Then they added the 'Global administrator' role against my user. They also added me under their microsoft azure subscription.…
I clicked on Access policies on my ley vault, but i was shown this "Access policies not available". How do i make it available?
Access policies not available. The access configuration for this key vault is set to role-based access control. To add or manage your access policies, go to the Access control (IAM) page. How can I resolve this
no unique index found for the referenced field of the primary table
This error pops up during creation of relationships "no unique index found for the referenced field of the primary table"
Access database locked
Access database locked as it is apparently opened by Admin on a single user computer. the message box says try again when the database is available. i have waited 24 hours to no avail
MS Access version 2407 unable to connect to Salesforce via Linked Table Manager
Has anyone else experienced a problem connecting to Salesforce after updating to version 2407 (Build 17830.20138) Current Channel? Issue started happening last week (7/29/2024) to user where they get error ODBC--connection to '{{Salesforce}}' failed when…
Enabling user authentication to connect Access front end to Azure SQL Database
I need to connect/link the tables in Access to an Azure SQL database using ODBC Driver 18 for SQL Server. I am trying to use New Data Source->From Database->From Azure Database to authenticate with either Azure AD Password or Interactive…
Calculating time differences for a swimmer in Access 2019
I'm having trouble calculating time differences for a swimmer in Microsoft Access 2019. How can I do this properly?
Can't active develop tab to powerpoint
I'm trying to Enable the Developer Tab in PowerPoint but I can't find it under the main tabs in the preferences cus I need to USE VBA code to make a presentation. I'm Using a Mac device
Microsoft Access/SQL Server Hosted on Azure - How to Distribute to End Users
I am wanting to use Microsoft Access to create various dashboards/forms for inventory management, PO requests, and maintenance. I feel confident in my abilities on the Microsoft Access development end. I guess what I’m looking for is advice on how to…
i dont understand why i'm getting errors on code below in Access
ID = Nz(DLookup("UserID", UserT", "UserN=""" & UserN & """"), 0)