Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
91 views

I have an autoexec function that runs the below, however other users get a stop macro error message everytime they open the access db. below is what is contain in the module, anytime someone opens the ...
user18709081's user avatar
0 votes
0 answers
80 views

I'm trying to open a Jet Access database file with pyodbc but I'm getting this error : ProgrammingError('42000', "[42000] [Microsoft][ODBC Microsoft Access Driver] Not a valid password. (-1905) (...
John John's user avatar
  • 381
1 vote
2 answers
240 views

The right square bracket can't be enclosed within the square brackets and thus can't be used also within a charlist, for example: Like "*[#?]]*" Is any other way to to insert the right ...
darekk's user avatar
  • 105
0 votes
5 answers
168 views

I'm wondering if it is possible to use an Access SQL query that selects a value of a column of a table identified by a value of another table. For example I have tables A, B, C and D: A: ID_A tbl ...
sp64's user avatar
  • 27
0 votes
1 answer
76 views

I'm having an issue with the following query: SELECT [ON1].EarliestDate, [ON1].Route, "***" AS Carrier, [ON1].Supl, <--- This is the problem column [ON1].Seq, ...
Burmeind's user avatar
Advice
0 votes
4 replies
81 views

I am creating a basic timesheet for my job using Microsoft Access. We have ID cards that have our specific ID number. I am trying to figure out a way to swipe the card (we already have a card reader). ...
Carter Whaley's user avatar
2 votes
2 answers
73 views

I'm not really sure how to start formulating the query that I want to run. I have participants (tblParticipants) who attend programs (tblPrograms) that take place in a year and season (e.g., Spring ...
Joanne Morelock's user avatar
0 votes
2 answers
126 views

I need to edit the content of a MDB file under Debian Linux 12 with LibreOffice 25.2. I tried to use the solution mentioned in the documentation (relying on UCanAccess) without success: I added the ...
gouessej's user avatar
  • 4,294
1 vote
1 answer
84 views

I'm using the code below to convert a pdf to Excel. When the code gets to 'laptop version, it will open a form which I will execute things (haven't put that in the code yet). On that form I'd like to ...
Hopsy24's user avatar
  • 23
2 votes
3 answers
119 views

I have an Access database that is tracking trucks. I have one table for trucks and all their details, and another table tracking the drivers and their details. The third table is tracking positions ...
RIOverAI's user avatar
3 votes
2 answers
253 views

I have VBA running on MS 365 on a Windows 10 VDI. My VBA code includes executing a batch file which in turn runs some python code. This has all worked fine I now have a Windows 11 physical PC, but ...
reddwarfcrew's user avatar
0 votes
1 answer
158 views

I'm using NodeJS and node-adodb to try to run an update on a MS Access database that includes selects. I tried this: update [Objects] set [Object] = 1, [CardID] = (select id from Oracle where ...
raphael75's user avatar
  • 3,298
Best practices
0 votes
7 replies
76 views

In the company I work for we have an Excel file that we need to fill out daily, stored in a network folder on the server. Unfortunately, it can only be used by one user at a time. I tried creating a ...
Massimo Costanzo's user avatar
Advice
0 votes
5 replies
76 views

In principle I should be able to write some VBA code, and run it over a VBA project to amend the project. Scenario: A collection of databases is being moved from one server to another. There are a lot ...
dmhzx's user avatar
  • 61
4 votes
2 answers
169 views

VBA in Microsoft Access 365. According to Microsoft's documentation for Err.Clear, Use Clear to explicitly clear the Err object after an error has been handled, for example, when you use deferred ...
Hugh W's user avatar
  • 1,464

15 30 50 per page
1
2 3 4 5
3858