Skip to main content
Filter by
Sorted by
Tagged with
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
0 votes
1 answer
126 views

We have an Access database that we use for test sample submissions. We have 18 different method we can run, and each method typically has a different number of test runs associated with them (although ...
Ben's user avatar
  • 45
-1 votes
1 answer
127 views

I run a bunch of queries that check for inconsistencies in our data set. I literally have hundreds of these queries and when one of them has a result I forward it as an excel file to the appropriate ...
walterpayton34's user avatar
1 vote
2 answers
340 views

I'm trying to pull Access Queries based on certain input values. Pulling the correct query works, but it gets stuck on the marked position, because it wont accept a variable and just writes it out as ...
Sally BRB's user avatar
0 votes
0 answers
33 views

I'm tasked with revamping a process to use Access instead of Excel due to the volume of data involved. This process has 4 years of data; 2021 - 2023 are completed and no changes will be made to these ...
Shaves's user avatar
  • 940
0 votes
2 answers
74 views

I've an Access query as shown below & I want to generate the yellow highlighted fields Description: For ItemID there are group(s) and a single duration, for each group there are days before and ...
Ashraf Fouad's user avatar
1 vote
1 answer
81 views

In the following query for each group of "first", I want to check if the Values on field "Second" are true. For example, in the "first" field for "A" Group if ...
Ashraf Fouad's user avatar
0 votes
1 answer
64 views

I'm trying to write a query that when run will check if a record is overdue by at least 10 days, and if so display it, if not don't. However I am encountering issues with the criteria field for one of ...
Ben's user avatar
  • 45
0 votes
0 answers
75 views

I have a MS Access table with a Category field and DollarAmount field. I'm trying to query the table where it groups the data by Category and then shows the 10th percentile of the DollarAmount for ...
user23471091's user avatar
0 votes
2 answers
253 views

I have a problem in MS Access. I wanted have a table, which contains all the maintenance of my fleet. The relevant columns are id_plate, type_of_maintenance, and date. And here is the tricky part. ...
sgtmarci's user avatar
-1 votes
1 answer
124 views

Please consider this table in MS Access: Id Year Month F1 F2 F3 F4 ---------------------------------------------------------------------- 1 2020 ...
DooDoo's user avatar
  • 13.1k