Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
0 answers
31 views

Trying to append rows of data from an imported table into a pre-existing table in my database but all rows failing to append due to a key violation error. There's 10+ fields but I systematically ...
lk2025's user avatar
  • 1
0 votes
0 answers
77 views

I have setup an MS Access database which handles information imported then exported to an Excel spreadsheet. Previously the exports were done through the saved exports within MS Access but it required ...
Darren Murtagh's user avatar
Advice
0 votes
0 replies
22 views

This is not actually a question: I simply stumbled upon a solution. In setting up a new (Win11) computer I was having trouble making my usual connection between MS Access on my machine and a MySQL ...
phc_joe's user avatar
  • 103
-1 votes
1 answer
100 views

I am working on pulling information from a table into a Check In & Out form. We will be cataloging helmets using barcodes. With the way I have the form set up, scanning a barcode will ...
Tiffani-Michelle Schmidt's user avatar
-4 votes
1 answer
113 views

Someone can tell me what is wrong with my code? When I click on the btn_prelrep button, I want to get information from equipment input control, that information is concatenated with the path of a file ...
samnick liboum's user avatar
1 vote
1 answer
107 views

(Follow-on from: MS access Split report and export each row as a PDF ) I am exporting files to PDF based on a a report. Initially to get it working I was naming the PDF files after the Table's ID ...
Darren Murtagh's user avatar
Advice
0 votes
6 replies
133 views

I am completely new to Visual Basic as a coding language coming mainly from Java and SQL but rusty in both of them in current role I am working with more Microsoft Access Databases but I need to ...
Darren Murtagh's user avatar
-1 votes
1 answer
74 views

If I double click on the form from the "All Access Objects" pane, it displays correctly. If I try to display using the following code: Public Function lookupTitle(ByVal jobTitle As String) ...
PKatona's user avatar
  • 649
Advice
0 votes
3 replies
105 views

I am using DBeaver for my students during SQL exams with a MS Access database. The drivers cannot be updated with the ucanaccess driver because the internet is blocked during exams. How can I update ...
Thinus Bothma's user avatar
-1 votes
1 answer
71 views

I am building a visual organizer for a bookcase in MS Access. I have a main form with a grid of buttons (representing locations like "A1", "B3", "D1"). On the right side, ...
Ophy's user avatar
  • 3
0 votes
1 answer
111 views

I am running Office 365 on a Windows 11 machine. I created an Access database that loads tables from csv files, runs two queries and creates a CSV formatted report file through the use of modules, ...
TomJ's user avatar
  • 11
1 vote
2 answers
149 views

I have here a listbox showing data from tbl2026Test table (with ID as its own autonumber) by a simple listbox rowsource code: Dim statInProg, statPClarif As String statInProg = "In Progress" ...
Shiela's user avatar
  • 785
-1 votes
1 answer
112 views

I'm using SQL in MS Access. I have two tables (table_original and table_new) and I want to iterate through each row of table_new and check if the ID column exists in table_original. If the ID exists, ...
Req_7's user avatar
  • 81
0 votes
1 answer
179 views

Step by step I have made a simple Access file with several tables, forms and queries. All those and also all columns are in Portuguese, but I'll translate them. The database is related to teabags, ...
Fields's user avatar
  • 9
0 votes
1 answer
136 views

In my Microsoft Access application, I have several table views where I've added the ability for my users to export the results to an Excel spreadsheet. It works fine for all but 2 of my customers. ...
sleepybadger's user avatar
0 votes
1 answer
110 views

I have in an autoexec macro with an action of Run Code. The function name is Opening(). The function looks like this Public Function Opening() DoCmd.RunCommand acCmdWindowHide ...
Chester's user avatar
  • 11
0 votes
1 answer
82 views

I’m creating a form in Microsoft Access with a List Box for users to select their usual food preferences. The list box options are: Meat-based (beef, chicken, pork, fish, seafood) Plant-based (...
Marie's user avatar
  • 1
0 votes
2 answers
70 views

I have SQL database with the following tables. The table structure is condensed for this question. tbl.Vendor VendorId (guid) AccountNumber Note tbl.VendorAlert AlertId (guid) VendorId (guid) ...
DougPerk's user avatar
0 votes
3 answers
146 views

I have here a simple form with a button that is supposed to assign a unique ID of a selected fruit with a Status of 'New' to a FruitPicker (person) every click. Unique ID that will be assigned (may be ...
Shiela's user avatar
  • 785
0 votes
2 answers
61 views

I am seeking to create a multi criteria DLookup for my DB and have not had much luck. I have a db, has 1 form with 3 sub forms sort of like a cascading combo. Lets say I put "Test" in first ...
david pierce's user avatar
2 votes
1 answer
121 views

I have some tools I use for my development and I need to be able to add text to form module, replace and deletee. While this is relatively simple with standard modules, it seems that form modules are ...
Nata's user avatar
  • 437
0 votes
1 answer
93 views

I want to check to see if value from a form exists in Microsoft Access table using vba or macro that is user friendly but need help putting it together. I've tried, Private Sub Donor_Key_LostFocus() I ...
Sue Clark's user avatar
0 votes
3 answers
148 views

I have a form with 20 text templates which are being inserted in to a textbox, each one with it's own button "Text 1", "Text 2", ... "Text 20". Up to "Text 17" ...
bbProg's user avatar
  • 7
0 votes
0 answers
62 views

I run a daily program to convert a pdf to Excel via pdf2xl. Every once in a while the program runs, but the command icon shows it is still running after everything is done. The clock on the computer ...
Hopsy24's user avatar
  • 11
0 votes
0 answers
67 views

I needed that both DELETE SQL statements will be performed, or none of them. The tables are linked to SQL Server. I tried this: Private Sub onDelete_Click() On Error GoTo HandleErr ...
xralf's user avatar
  • 3,782
0 votes
0 answers
55 views

I have a popup form in MS Access for editing records that are connected to SQL Server. It is automatically synced with SQL Server when I press Ctrl+S or go to another record. I have defined this ...
xralf's user avatar
  • 3,782
0 votes
1 answer
133 views

When creating a recordset I get this error => 3061 To Few parameters, expected 2. How can I resolve this error? I have a union query and it runs fine: SELECT * FROM q_trip_usa UNION SELECT * FROM ...
LennyL's user avatar
  • 373
0 votes
2 answers
109 views

I have an MS Access form for entering song performances. It looks up titles from a table. If the title isn't there, it asks if you want to add it. Private Sub SongTitle_NotInList(NewData As String, ...
doubleJ's user avatar
  • 1,234
0 votes
1 answer
121 views

An MS Access query with a WHERE clause on a UNION query results in a table scan without using the indexes. Example: There is a table like this: CREATE TABLE tblFigures ( EntryDate DATETIME, ...
John's user avatar
  • 63
0 votes
0 answers
58 views

I want to import some SAS files into ACCESS. I used one of Gord Thompson's suggestions from Insert into ms Access from SQL Server using OleDb provider. My SQL string is SELECT ID, LastName INTO ...
Jeff Lipton's user avatar
3 votes
1 answer
176 views

I have a large VB6 application (I know - it's ~750 kLOC, and I do have an exit strategy, but I need to limp along with this a bit longer) using DAO (higher performance for single user than ADO). I ...
Mark Moulding's user avatar
0 votes
3 answers
221 views

I have a MS Access form with an edit button. Before it edits the record, it runs this code to backup to a changelog table: DoCmd.RunSQL "INSERT INTO PlanningChangeLog SELECT * FROM Planning "...
Don Quixote's user avatar
2 votes
0 answers
62 views

I am using the following code in Access. I have created logo.png to be placed at the end of the code. The file does exist in the Signatures folder. The issue I am having is that 2 days ago the code ...
Les's user avatar
  • 25
-1 votes
1 answer
180 views

I have some experience coding in VBA for Excel, I managed to create an excel userform that connects to an access database. But now I want to switch to a complete access solution, with a split backend ...
Don Quixote's user avatar
0 votes
1 answer
52 views

I have gone all around the houses with this trying to use a subqueries etc but just cannot get this to work and I am thinking it should be easy. So this is what i have: SELECT DISTINCT Register....
Paula Morrison's user avatar
0 votes
1 answer
88 views

I'm building a questionnaire data entry form in MS Access. Each question belongs to a questionnaire, and each question has a related answer set (e.g., forward-scored vs reverse-scored Likert scales) ...
r0berts's user avatar
  • 958
2 votes
1 answer
69 views

So, I've got a table with data and their respective acqusition time (in hour:minutes format) on it. What I want to do with it is: Count the distinctive values Display the number of distinctive values ...
Déri Miklós's user avatar
2 votes
0 answers
119 views

There are five individuals in our department. We each have our own email address, [email protected]. All of us monitor an email address, [email protected]. We sometimes send emails from our ...
Timothy Couch's user avatar
-3 votes
1 answer
96 views

I have 3 Access 2010 tables cont, cond and prop. All tables have 3 fields: table cont the key ID_cont and the fields cond_ID and prop_ID that are related to the keys ID_cond and ID_prop of cond and ...
sp64's user avatar
  • 11
0 votes
1 answer
91 views

I am trying to send Outlook email using Microsoft Access. In the email, I want three cells of data. Email Pin FirstName I also would like to change the "From" email address from my default ...
Timothy Couch's user avatar
0 votes
2 answers
80 views

I have seen variations of my question answered here: https://stackoverflow.com/questions/70052620/access-query-counter-per-group https://stackoverflow.com/questions/70388274/how-do-i-make-it-so-that-...
Jeff H's user avatar
  • 3
0 votes
0 answers
83 views

I have an ms access database where I monitor social media posts and track the likes, shares, etc. of various sites. This has been a manual process which takes too long, requires too many people to do ...
GatorAdmiral03's user avatar
0 votes
1 answer
66 views

I want MS Access to search for text in a Word document and then, when it has found the text, select all of the text following the find to be analysed further within Access. I have the code working ...
RJPWilliams's user avatar
0 votes
1 answer
87 views

I am linking to tables in Snowflake from Access and running the following query: SELECT SIMS_CLAIMANTLOG.LOGID , Sum(IIf([processeddate] Is Not Null And [reservetypeid] In ("2","3&...
Mimi Bhattacharjee's user avatar
0 votes
0 answers
40 views

I have an MS Access database on a client computer providing a front-end to a database in SQL Server 2017 on another computer (using tcp:...,1433). I have set up a login/user in the database to be used ...
Zenilogix's user avatar
  • 1,413
0 votes
0 answers
51 views

I have an MS Access 2016 form that has a subform. During the OnActivate event, I want to set the source object of the subform and then set the record source of it, then filter on txtComplete = 0. ...
TheMortiestMorty's user avatar
0 votes
1 answer
111 views

I have a csv file that is extracted daily. I created a query in MS Access that reads the data from this csv file and updates the corresponding rows in the SharePoint list "sp_list", but only ...
Req_7's user avatar
  • 81
0 votes
1 answer
92 views

I have a database of music manuscripts that looks like the below diagram. A 'Source item' belongs to a certain manuscript (source). A source item is then categorized as EITHER a 'Section' of a 'Piece' ...
tapemachine86's user avatar
0 votes
1 answer
76 views

How can I access a linked table in Access when using PowerShell? I have a .mdb database, within which is a linked table to an external CSV file. When using Access, all works well - I can open the ...
Phil's user avatar
  • 43
0 votes
2 answers
80 views

I have a table that has NAMES, DATES and PRICE columns. I'm running a query against that table to have a summary based on Name and show 2 totals. The values in PRICE are positive and negative. I ...
Mark Cone's user avatar

1
2 3 4 5
1159