Skip to main content

Question list filters

Filter by
Sorted by
Tagged with
Score of 0
0 answers
148 views

Prerequisite: You are familiar with The VBA Dir() function Linking to a second VbaProject in a different MS Office file (Tools->References) Now consider: In the main Project: Sub foo() Debug....
Score of 0
1 answer
68 views

I am using the EdgeBrowserControl with MS Access. As far as I experienced, I consider there are some problems with the events firing. Can somebody confirm or deny? The _NavigateError event ... almost ...
Score of -2
2 answers
86 views

I have a continuous subform which displays a list of questions which the user needs to answer. Access front end, SQL Server back end. Depending on the answer to a question, some subsequent questions ...
Score of 0
1 answer
136 views

MS Access seems to re-use already established ODBC connections, disregarding differing connection parameters, when using multiple Linked Tables. I suspect this happens with EVERY kind of database ...
Score of 0
2 answers
114 views

I created a query with fields containing values ​​(quantities of items in different warehouses) from the table named TABELLA. The query checks the "Check_ID" field of the "TABELLA" ...
Score of 1
2 answers
138 views

I have a table with 3 columns: Part Number Location (where the part number is stored - 4 cities "London, Paris, Rome, New York") Quantity (how many products are stored in that location) I ...
Score of 0
1 answer
144 views

I want to create a query that shows the amount of an item kept at a specific location, but also the total combined amount of every location that has that item. For example; if location 1 has 400 of a ...
Score of 3
0 answers
161 views

I have a legacy app that was written in VBA running within Access. A mathematical model produces CSV files with millions of rows. The VBA code then bulk inserts these into an Access table (with no ...
Score of 1
3 answers
122 views

For reporting purposes, I need to give the date of an individual's death and how old they were on that date. To make my life easier, I have set up a calculation in Microsoft Access 2019 to display a ...
Score of 0
2 answers
218 views

I have a fairly complex VB program that accesses various components of my home control and monitoring system and displays data from them on a form on my desktop. On startup, it downloads recent data ...
Score of 0
1 answer
84 views

I have a MAINform with ID and a SUBform linked using this ID. In the SUB actually I have a textfield [Funktion] with f.e. A: Gymnastics B: Running C: Climbing Now I'd like to to change this into a ...
Score of 0
0 answers
118 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) (...
Score of 1
2 answers
259 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 ...
Score of 0
5 answers
180 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 ...
Score of 0
1 answer
84 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, ...

15 30 50 per page
1
2 3 4 5
3856