837 questions with Access Development tags

Sort by: Updated
3 answers

Query is too complex.

Hello To delete many selected records at once: In a loop I populate question marks: QuestionMarks = QuestionMarks + "?, " Then: "DELETE FROM table WHERE theID = ? AND fld IN (" + QuestionMarks + ")" And: For Each MyRow As…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,417 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-24T08:22:33.26+00:00
StewartBW 565 Reputation points
commented 2024-05-31T05:48:41.7633333+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
0 answers

Access Europe meeting on Wed 5 June - Extended File Properties / Manage Import/Export Data Tasks

The next Access Europe meeting will be on Wednesday 5 June 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by about 19:30 (7.30PM). The start time is equivalent to 19:00 (7PM) in Central Europe and 10AM in Seattle / PST . Please note that the UK…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,998 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
316 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-29T20:09:23.51+00:00
Colin Riddington 141 Reputation points MVP
edited the question 2024-05-30T05:14:17.6466667+00:00
VarunTha 4,580 Reputation points Microsoft Vendor
0 answers

ActiveX control not working

I have a form “InvoicesForm” with a subform “AttachedPDFForm” that displays PDF names. The subform displays the names of PDFs in a text control named PDFName and has a button to View PDF with the following code: Dim filepath As String filepath =…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-29T16:27:39.9666667+00:00
Maxine Nietz 1 Reputation point
commented 2024-05-29T18:35:55.2266667+00:00
Olaf Helper 41,806 Reputation points
1 answer

In Access, an ActiveX control is not working

I have a form “InvoicesForm” with a subform “AttachedPDFForm” that displays PDF names. The subform displays the names of PDFs in a text control named PDFName and has a button to View PDF with the following code: Dim filepath As String filepath =…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-29T16:34:35.52+00:00
Maxine Nietz 1 Reputation point
answered 2024-05-29T18:33:42.1433333+00:00
Olaf Helper 41,806 Reputation points
1 answer One of the answers was accepted by the question author.

Integer equivalent in Access

Hello I work with Access mdb with OleDbRader (Access Database Engine) in vb.net and need to set the data type to Integer (NOT Long Integer) so: Dim cmd As New OleDbCommand("ALTER TABLE Blah ALTER Column colm ???",…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,417 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,612 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-26T01:35:55.2433333+00:00
StewartBW 565 Reputation points
accepted 2024-05-26T21:35:04.4533333+00:00
StewartBW 565 Reputation points
3 answers One of the answers was accepted by the question author.

Form Filter returning no records causes Error 2185: Can't reference a property for a control unless the control has the focus

I have a continuous form with a simple query as the data source. In the form header I have an unbound control into which the user types a partial search string. In the onChange for that control I update the form filter dynamically. This all…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2021-11-02T00:26:50.213+00:00
James Garrison 236 Reputation points
edited an answer 2024-05-26T12:19:27.73+00:00
Non Linear 0 Reputation points
3 answers

ODBC Connection DSN and Linked Table Manager Giving Different Results: The link table manager in access database only gives the master tables

I am setting up a DSN and a Linked Table Manager link all on the same Access database on the same computer with the same database Login and associated User (and of course the same database). The DSN gives me the tables I need, but the Linked Table…

Azure SQL Database
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
316 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-04-23T20:44:30.33+00:00
EFS 25 Reputation points
answered 2024-05-24T16:30:56.28+00:00
EFS 25 Reputation points
3 answers

What works in my PC does not work in a Remote PC

I have written a database for someone else and installed it in their PC. It works just fine. Now they want an update - to be able to view PDFs from Access. This works just fine from my PC with the command: Application.FollowHyperlink…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-22T20:12:17.5866667+00:00
Maxine Nietz 1 Reputation point
edited a comment 2024-05-24T11:00:29.5066667+00:00
Ken Sheridan 2,671 Reputation points
0 answers

What works in my PC does not work in a Remote PC

I have written a database for someone else and installed it in their PC. It works just fine. Now they want an update - to be able to view PDFs from Access. This works just fine from my PC with the command: Application.FollowHyperlink…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-22T20:10:28.5566667+00:00
Maxine Nietz 1 Reputation point
commented 2024-05-23T10:56:23.0966667+00:00
Viorel 113.4K Reputation points
4 answers

ComboBox BeforeUpdate handler - Cancel/Undo unexpected behavior

Consider the following scenario: An unbound combobox with rowSource set to a query. The selected value is used in later processing. In a given situation, the BeforeUpdate handler displays a MsgBox confirming that the user wants to change the…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2021-10-02T21:20:08.573+00:00
James Garrison 11 Reputation points
commented 2024-05-22T20:33:42.3733333+00:00
Richard Berman 0 Reputation points
1 answer

Need help on reactivaing my microsoft 365 developer Sandbox

Hi All, Last year in November i signed up for 365 developer community and i was given the E5 Instance Sandbox for development due to some issues i have left the program after developing the powerapp and integrated it with teams. After completion of my…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,599 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
67 questions
asked 2024-05-16T18:05:15.08+00:00
Vemula Suryateja 0 Reputation points
commented 2024-05-22T04:43:23.9433333+00:00
Prasad-MSFT 5,786 Reputation points Microsoft Vendor
0 answers

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…

Access
Access
A family of Microsoft relational database management systems designed for ease of use.
316 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-16T05:19:08.68+00:00
T West 136 Reputation points
edited the question 2024-05-16T09:33:54.2633333+00:00
ShaktiSingh-MSFT 14,081 Reputation points Microsoft Employee
1 answer

Grand total of current stock report

I want to get grand total of current stock in the blank square at the bottom, but cannot figure out how.

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-14T20:18:43.5733333+00:00
Mick Kobayashi 0 Reputation points
edited an answer 2024-05-15T13:23:01.65+00:00
Ken Sheridan 2,671 Reputation points
0 answers

How to contact a forum moderator?

Hi. How do I contact a forum moderator here? I want to know why one of my threads has been deleted. https://learn.microsoft.com/en-us/answers/questions/1660015/access-europe-user-group-meeting-using-vba-to-crea As an MVP, I would never knowingly write…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-08T12:37:37.73+00:00
Colin Riddington 141 Reputation points MVP
commented 2024-05-14T15:30:23.4566667+00:00
Colin Riddington 141 Reputation points MVP
3 answers One of the answers was accepted by the question author.

Access VBA References caused compile error

An Access database in Microsoft Office 365, which is up to date, uses references to several other programs, selected in the Tools | References menu in the VBE. It has compiled successfully for several months as it is developed. It then suddenly failed…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,028 questions
asked 2024-05-08T17:38:21.3566667+00:00
Andrew Collins 61 Reputation points
edited the question 2024-05-14T01:53:37.35+00:00
Emi Zhang-MSFT 22,636 Reputation points Microsoft Vendor
1 answer

Missing Certificate - AZ900

Hi, I have recently passed the Microsoft Certified: Azure Fundamentals AZ-900 course and received the email with the certification ID, but whenever sign into my Microsoft Learn profile there is no certificates/awards recorded against my account. Kind…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-05-13T12:57:08.4+00:00
Dean Duff 0 Reputation points
answered 2024-05-13T13:27:57.5933333+00:00
Azar 20,665 Reputation points
1 answer

When I select the Lookup Wizard option in Access, I encounter Path Not Found

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,880 questions
Office
Office
A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.
1,368 questions
Access
Access
A family of Microsoft relational database management systems designed for ease of use.
316 questions
Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-04-23T18:08:38.11+00:00
answered 2024-05-10T11:37:25.01+00:00
Ken Sheridan 2,671 Reputation points
0 answers

SSIS - Transfer data from Multiple tables using a single DFT

Hi... I followed all the procedures in this post and created a SSIS Package. (https://social.technet.microsoft.com/wiki/contents/articles/33564.ssis-transfer-data-from-multiple-tables-using-a-single-dft.aspx When i tried to execute this package all the…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2023-01-18T09:41:46.0633333+00:00
Soumya Bhat 5 Reputation points
commented 2024-05-09T08:07:21.87+00:00
yousra mohamed mahmoud 0 Reputation points
1 answer

I'm looking for accessing MS Project outside platform using RESTful APIs

I'm in the process of building a service that consumes or updates MS Project details via Restful API calls. After exploring the Graph API, I found that MS Project resources are not currently supported. While there are SDKs available for .NET, I'm…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,933 questions
asked 2024-05-05T14:19:04.4933333+00:00
Shrenik Mensinkai 0 Reputation points
edited an answer 2024-05-07T14:54:15.6933333+00:00
Prasad-MSFT 5,786 Reputation points Microsoft Vendor
0 answers

Access Europe User Group Meeting - Using VBA to create a class based on a table - Wed 1 May

The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some…

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
837 questions
asked 2024-04-24T20:46:35.66+00:00
Colin Riddington 141 Reputation points MVP
commented 2024-05-05T11:18:29.0166667+00:00
Colin Riddington 141 Reputation points MVP