859 questions with Access Development tags

Sort by: Updated
4 answers

Could Not Use Database; File Already in Use

I have an Access Database that I created with Access 2016 on my home computer no one has the file open and it is stored locally on C:\Users\username\Documents Folder. No matter what i do i cannot compact and repair without getting this message…

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.
859 questions
asked 2021-05-05T23:58:52.503+00:00
Stan Lightell 1 Reputation point
answered 2021-05-31T17:00:15.467+00:00
DBG 2,301 Reputation points
1 answer One of the answers was accepted by the question author.

Set email from Access when not signed in

Windows 10 Access 2016 Access database opened as a scheduled task to determine if a backend SQL database is running If I get an error message on trying to open a table I want to send an email message The code works in I am signed in to the PC but…

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.
859 questions
asked 2021-05-27T17:41:47.59+00:00
Bob Vitter 181 Reputation points
accepted 2021-05-29T23:43:02.807+00:00
Bob Vitter 181 Reputation points
0 answers

Can I get the location of each objects in RTF file ?

Hi, I need to extract all the objects from .rtf file, .rtf file may contain text, images, arbitrary shapes like rectangles, lines etc. Along with objects I need the respective information i.e. for text I need font size font color font style font family…

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.
859 questions
asked 2021-05-28T07:07:31.377+00:00
Shivanand Pandey 1 Reputation point
5 answers

Query/Report Generation

Hello, I have two tables tblA and tblB that contain a common field called WO. WO is not unique and can have multiple repeats occurrences in each table. In tblB there is also a field (QTY) that I would like to sum based on equal WO values in tblA and…

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.
859 questions
asked 2021-05-26T19:39:19.907+00:00
Randal Flinn 311 Reputation points
answered 2021-05-27T17:50:17.803+00:00
DBG 2,301 Reputation points
1 answer

Access Report to Multiple PDFs based on Field Data Changes

I'm trying to automate a PDF report in Access so that it splits itself in to multiple pdf files based on one data field. I've never used VBA and extremely new to Access, so this has been fun! Important Info Database: 2021_S3_DS Field Name:…

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.
859 questions
asked 2021-05-26T20:06:07.43+00:00
kcamp_17 1 Reputation point
answered 2021-05-27T02:06:22.787+00:00
DBG 2,301 Reputation points
9 answers One of the answers was accepted by the question author.

MSAccess vba dsnless connection to sql server; password issues

I am trying to create a DNSless connection to an SQL server we host that is managed by someone else. I want to be able to create an accde front end so others on the network can run reports I’ve designed in modules I’ve created in vba, from data on said…

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.
859 questions
asked 2021-05-17T13:27:44.68+00:00
Connie S 21 Reputation points
accepted 2021-05-26T09:46:23.34+00:00
Connie S 21 Reputation points
1 answer

Error: Could not find installable ISAM

I have a software in Access that is microsoft 365. I want to open a table in another Access database and show some of information of this table in my form. I want to use ADO. But when I execute my code, I get the error: Could not find installable…

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.
859 questions
asked 2021-05-25T14:19:13.883+00:00
Amir 181 Reputation points
answered 2021-05-26T01:19:21.11+00:00
Tom van Stiphout 1,701 Reputation points MVP
3 answers One of the answers was accepted by the question author.

Query Multiple Tables - Sort on Multiple Table Fields

Hi all OK, I know the data structure I am about to describe probably breaks all the rules of logic and normality, but this is a data retrieval operation only. The situation is that I will have five queries, each possibly returning info from different…

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.
859 questions
asked 2021-05-24T10:32:07.147+00:00
Phil S 261 Reputation points
commented 2021-05-25T18:37:09.007+00:00
DBG 2,301 Reputation points
1 answer

Handling meeting bookings in Access

I want to set up a simple meeting booking application in Access. There are multiple people who can be booked The slots have a defined duration of 30 mins Each person has a schedule (days of week and times of day) A person once booked for a…

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.
859 questions
asked 2021-05-25T18:06:16.99+00:00
Pankaj S 1 Reputation point
answered 2021-05-25T18:34:07.35+00:00
DBG 2,301 Reputation points
0 answers

Unable to set Duplex mode in VBA

The following code does not set the printer to duplex but is does change color mode to B&W DoCmd.OpenReport Report_Name, acViewDesign, , , acHidden With Reports(Report_Name).Printer .Orientation = acPRORPortrait .ColorMode = acPRCMMonochrome …

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.
859 questions
asked 2021-05-24T14:34:01.857+00:00
Bob Vitter 181 Reputation points
1 answer One of the answers was accepted by the question author.

Import FoxPro 6 Data to Access

Hi all I have been tasked with recovering a FoxPro database and hoped to pull the table data/structure into Access. The table data from FoxPro is in the form of individual DBF files for each table. The Access import feature lists three DBF file…

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.
859 questions
asked 2021-04-30T07:54:16.653+00:00
Phil S 261 Reputation points
accepted 2021-05-24T08:32:10.857+00:00
Phil S 261 Reputation points
1 answer One of the answers was accepted by the question author.

Is This Even Parse-able?

Hi All I have inherited an old FoxPro database which stores the Parts List for engineering drawings as a long text string. Some elements of the string are plain text, defining e. g. item number and quantity, other elements are primary key entries for…

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.
859 questions
asked 2021-05-12T11:09:44.873+00:00
Phil S 261 Reputation points
accepted 2021-05-24T08:14:06.19+00:00
Phil S 261 Reputation points
1 answer

ODBC Error - The Configuration Process failed

I'm unable to create a new System DSN entry / ODBC 64 bit Using a MS Azure VM server Error "The configuration process failed". When you cancel another message says "Drivers ConfigDSN, ConfigDriver, or ConfigTranslator failed. …

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,366 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.
859 questions
asked 2021-05-17T13:58:05.743+00:00
antz_h 1 Reputation point
commented 2021-05-24T08:05:27.133+00:00
Cris Zhan-MSFT 6,616 Reputation points
2 answers

How to link multiple forms to a single form

i've posted this same issue on this website www.accessforums.net/showthread.php?t=83680 I want to link 6 forms to a single form calling an especific form with a button based on an option selected on a combobox with this code Private Sub…

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.
859 questions
asked 2021-05-22T03:57:48.403+00:00
cesarced 1 Reputation point
commented 2021-05-23T00:17:59.017+00:00
cesarced 1 Reputation point
4 answers

Issue to ACE.OLEDB

Hi, For issue below [InvalidOperationException: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine.] Is this a version issue and server machine must be with 32-bit version of Microsoft.ACE.OLEDB.12.0?

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,656 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.
859 questions
asked 2021-05-17T19:34:51.47+00:00
Peter_1985 2,586 Reputation points
commented 2021-05-19T02:48:18.053+00:00
Timon Yang-MSFT 9,586 Reputation points
1 answer

Access 2016 how to register a list box in one form and show it on another form

I have two forms, one is used to record data in the table and the other is used to query. I need to put 21 data on the registration form that are requirements of each registration, some registrations need only 7 of those requirements, other 3…

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.
859 questions
asked 2021-05-18T15:32:53.317+00:00
cesarced 1 Reputation point
commented 2021-05-18T20:08:10.567+00:00
cesarced 1 Reputation point
10 answers

Microsoft Access - Hyperlink Error

I am using Microsoft Office Professional Plus 2016. Recently from my Form in Access - my Hyperlinks stopped working - and I get the error "The site reports that the request is not valid." on every one of them. These links have worked for…

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.
859 questions
asked 2021-05-15T17:51:20.967+00:00
Edward Carr 1 Reputation point
answered 2021-05-16T18:32:48.56+00:00
DBG 2,301 Reputation points
2 answers One of the answers was accepted by the question author.

Sum value in query

I have a table containing records of transactions: Account Date Amount 12345 1/1/21 $100.00 12345 1/2/21 $100.00 99999 1/2/21 $100.00 12345 1/3/21 $100.00 I'd like to be able to create a query that sums the total…

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.
859 questions
asked 2021-05-12T18:59:43.797+00:00
Ken Ravazzolo 21 Reputation points
commented 2021-05-13T03:08:32.36+00:00
DBG 2,301 Reputation points
1 answer One of the answers was accepted by the question author.

Open another access database from the current database and user their data

I have an Access program that is as FE and the BE is SQL database. In startup of the program and for getting information for relinking Access tables to SQL, I want to open another access database in my PC that has some information of the server. How can…

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.
859 questions
asked 2021-05-11T04:18:39.693+00:00
Amir 181 Reputation points
accepted 2021-05-11T20:48:46.81+00:00
Amir 181 Reputation points
2 answers One of the answers was accepted by the question author.

How to send live message and notification to all the Access Database logged on users.

Hi, Guys, Please help. I've built the Access database which 40 staff are working together in a same network. when it comes to updating the source file, I have to call them and ask them to close the Front end ever single time and when ever I have to…

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.
859 questions
asked 2021-05-02T09:57:44.567+00:00
Elise 131 Reputation points
accepted 2021-05-11T17:00:26.963+00:00
Elise 131 Reputation points