Challenging Query....please Help, Boss Is Counting On Me
Aug 16, 2007
The boss believes I can help him with access, im not too sure, i dont really even know access. There is a table with fields for each month of the year for 3 years
Jan 06 Feb 06 .......Dec 06....Dec 07....Dece08
Can i have a query that prompts the user to enter the month, and then returns that month plus the next 12 months in order......its for a man hour labor schedule.....its a 13 month rolling calender. I appreciate all the help I can get, im an engineer, not a database expert. It should be mentioned that I have no experience in VBA etc, just using the query design view.
Lets just assume that the table is called "RollingCalender"
THANKS IN ADVANCE! :-)
View Replies
ADVERTISEMENT
Jan 5, 2007
I made a call trackign database for a small tech-related call center I work in. Total of 5 people using it. It was your basic Contact info with a subform for tickets...
Well my boss was all excited about it and was showing it around. Now suddenly our IS department is taking it over and I am supposed to help them 'convert' it... from what I'm seeing and hearing it looks like they are just buying some pre-made call tracking tool and importing my data. LOL They are paying for something rather than use my free tool.
What a crock. Have you guys ever had this happen?
View 14 Replies
View Related
Aug 18, 2004
I have an interesting question. In my form the user can remove a field (column). When they do so, I would like all of the fields to the right to use the new space. Is there code which tells fields to left align?
View 1 Replies
View Related
Jan 8, 2006
I would like to know if there is a way to use an LDB Viewer to record the computer name that logged into a certain access database in 2002 format. I do not want to create a separate form for them to log in but rather just record the computer name that logged in. There are several examples out there which let you see who is logged in by their network identification (computer name). If someone could direct me where to look at this, that would be the greatest thing in the world. Or maybe a login form that would not allow you to bypass it by holding down shift and pressing enter.
Sincerely,
Rainman
View 1 Replies
View Related
Jul 3, 2006
Hello all,
I have a bit of a challenging issue here.
I need to invoice a lot of my customers. I have the invoices in a .html file (I can create the file name to be setup as required), and I need to have these emailed to my clients. As I send these emails once a month (on the same day), I need to run a routine to do this automatically in one go.
Is this possible using a form with a button to run a macro of some description?
For example; --> lookup client number --->lookup .html file called client number + month + year ----> open outlook ----> attach file ----> auto enter email address -----> send ----> update database to say sent -----> repeat until end.
Any suggestions would be most welcomed.
Thanks.
View 1 Replies
View Related
May 22, 2006
I posted this in Queries earlier... thought I would try here as well.
The scenario - I use MS Access to access an advantage database system from a program we use. I can either import or link to each table in the program's database via OBDC drivers.
The problem - I need to track the status changes of our customers. Tracking customer status changes are not recorded in the advantage db. The TRDATA table contains the information. From now on, I want my access db to track the changes and save it in access for report purposes. The status's available are A, B, I, K, L, O, P, W, X and Y.
The solution - So far, I have queried the TRDATA table to pull the Account #, Buyer, and status. I made a crosstab query which would kind of aggregate the data into a readable form. If the account is active, there would now be a 1 in the column A. I then made another query which would then update a table. From here, I'm unsure of what to do. Obviously, there needs to be a comparison of some sort. If only account 1234 changes from an A to a Y, then I want a new table to show all the other accounts where they stand and a change of Y for the status with the date it changed. I hope I'm explaining myself well enough!! I’m very unsure of where to go from here.
View 8 Replies
View Related
Jan 26, 2007
I have a report due the first of each week in which I need the cases open and cases closed for the previous week, the week two weeks prior and the 2007 and 2006 year to date on two different types of cases. I have a case management table with a field for Type of Case, date assigned and date closed that I uses in my queries. Presently I have two query, one that generates only Type 1 cases from the Case Management Table and another for Type 2. I then use the Type 1 Query in another query that limits the results for Type 1 cases to those opened last week, one for those open two weeks ago, one for 2006 YTD and one for 2007 YTD. In these 4 queries I have one field [Type of Cases] and I have the query count. I then do this for Type 2 cases and then go through the whole process to do Closed Cases. All my queries have criteria to automatically filter the dates to the time periods mentioned above. I then have one report query that I put all the number in for my report. This query has 16 fields with the numbers for each period, last week open and closed, 2 weeks open and closed, etc. I then generated a report that takes these numbers from my report query and puts it in a report format automatically. As you can imagine this takes some time to go through each query to generate these numbers, so I was wondering how I may do this differently. Also, I have experienced a problem when a field produces no records I get a blank sceen with nothing under the Count of column and get the same thing for my report. How can I fix this.
View 1 Replies
View Related
Sep 15, 2005
Hi, i have a table with several fields.
I need a query that will display the social security number, and hte number of times it appears for each unique number. how would this be strucutred? thanks
View 1 Replies
View Related
Mar 13, 2006
I have two reports i run every so often in those reports i have a criteria set which asks me to type yearly, lifetime or three year and then after report prints out it also has total member quantity query on top of the page which counts whatever membertype i am typing it in, however right now its only counting yearly members.
I was wondering is there an easy way to just count the yearly members, lifetime and three year separetly on top of my reports?
Member types total count is....
yearly 400
three year 25
lifetime 70
View 2 Replies
View Related
Apr 19, 2007
Hello All,
This is a problem that i have had for a bit now and after using the search function on here, i am still no the waiser.
I have a query that i need to make a caluation on every 10th record, i would really like some help on this please.
Kind Regards
Alastair
View 2 Replies
View Related
Jan 5, 2005
Heelo all:
Code:
=DCount("[GRADUATE]&[ENGINEERING]","Query1")
I am using this code above to count occurances of "GRADUATE" and "ENGINEERING" from a query called "Query1"
The word graduate and engineering are in different columns.
It returns a # error........
Any ideas on how to fix?
Any help is welcome.
Dee
View 4 Replies
View Related
Jan 6, 2005
I am trying to create a report that will take information created by a query. Basically I have a form to take in user inputed dates and bring up 2 types of information. Status field, which can be "Approved", "Disapproved", or "In Process". Also, based on the dates, the query shows the Term Start Date field which displays a month. Baiscally what I have been trying to do is create a report based on this query to count and display the number of approved, disapproved, and in process status for the particular term start date. In other words, each term start date should have a certain number of approved, disapproved, and in process.
Summary, user inputs a date from 01/01/05 to 01/06/05. Between these 2 dates lets say there are 3 different term start dates Jan, Mar, May. Jan has 3 approved, 0 disapproved, 4 In Process. Mar has 1 of each, and May has only 1 approved and nothing else. How would I Show this in a Report?
I have tried searching the forum for this case, but I could not find anything to help me out.
I hope this is enough information. Thanx for the help!
View 3 Replies
View Related
Oct 10, 2006
I am writing a query to determine employee's commissions. The commission rate changes for all order over the first 15 per employee per week. What would be the best way to write the formula?
View 12 Replies
View Related
Apr 23, 2007
Okay feel free to stamp "stupid" on my forehead if you want. I've read through all the threads I can before going cross eyed here and nothing I've tried works so far.
I'm creating yet another report from a query or table (both have the same data). I have a table with termed employee data including rate, attendance, efficiency and quality. The query I have has IIf statements for each of these, saying 1=Below, 2=Meets, 3=Exceeds and else is N/A. The table just shows the number value.
I need the report to count how many belows, meets, exceeds, and N/A each field has, and give a percent of the total. I tried copy and pasting some DLOOKUP codes but just got either an #ERROR or a 0. Any ideas?
View 2 Replies
View Related
Nov 15, 2012
I have two tables, RMA Numbers and Serial Numbers. Each RMA number will have multiple serial numbers assosiated. I need to find a way to count how many serial numbers are assosiated with each RMA number.
I think the best way to do this is in a query using the dCount function some how.. but I can't figure out how to get it to count different serial numbers for the same RMA number.
I also considered writing my own function to do it.. but it got really messy and there must be an easier way to do it..!?
View 2 Replies
View Related
Aug 17, 2005
Hello everyone! I'm new to this forum and this forum has been a very useful resource on creating my first database. I know nothing about coding and this is my first time trying to create an Access database for work. I have been working on this database for more than 4 months and this forum really helps me from creating tables all the way up to forms. THANK YOU!!
Now, I'm struggling on creating reports that counts records from my tables. Here are two of my problems:
First:
I have a main table called "tbl_main" which records students' basic information, including their birthday in a column called [dob] in mm/dd/yyyy format. I need to create a query that counts how many students in age 11, 12, 13, 14, 15,16, and 17 separately so I can list them on a report.
Second:
I have a enrollment history table called "tbl_enrollment" which records dates that students had been in and out of the school. Since a student can re-enroll for more than once, there are more than one record for the same student. I have student ID [idnumber] and admitted date [admitted] columns in this table. I need to create a query that gives me a total number of enrollment, number of one-timer, and number of repeater, so I can list these numbers on a report.
For both reports above, user will input a timeframe to count particular number of records. Thanks to this forum, I already have a working form with start/end fields for user to input. What I'm struggling is creating queries to count records.
Thanks again for spending time reading my first post in this forum and I hope I can get helps from anyone of you. Since I'm not a programer, you may need to step-by-step walk me through the whole process. Sorry!!
View 1 Replies
View Related
Mar 14, 2006
I run a Query to determine how many employees attended a meeting, showing the number of years they have worked at the company.
(Example output of query)
Employee Name Years with Company
John Doe 3
Jane Smith 1
Bill Doe 3
Rick Mills 1
How do I count the number of people with each range or particular number of years with company? For example:
2 employees have 1 year with company
2 employees have 3 years with company
View 4 Replies
View Related
Jun 1, 2006
I'm having trouble getting a query to return a simple count of unique lot numbers for a given ProductID. The data is stored in a large table where each test result of a stability program is stored. Each result has an associated lot number, product id and several other data fields. I've managed to get a combination querries to return the count, but if the lot has both real time and accelerated data then the counts are added and reported as double for each type. The current SQL is as follows.
SELECT tblProducts.ProdName, Count(qryAccelerated.Lot) AS AccelCount, Count(qryRealTime.Lot) AS RTCount
FROM qryRealTime RIGHT JOIN (qryAccelerated RIGHT JOIN tblProducts ON qryAccelerated.ProductID=tblProducts.ProdID) ON qryRealTime.ProductID=tblProducts.ProdID
GROUP BY tblProducts.ProdName
ORDER BY Count(qryAccelerated.Lot) DESC , Count(qryRealTime.Lot) DESC;
qryAccelerated and qryRealTime are simple SELECT DISTINCT querries returning the product id and a list of unique lot numbers for that ID.
(e.g. SELECT DISTINCT tblResults.ProductID, tblResults.Lot FROM tblResults WHERE (((tblResults.TypeID)=3));)
Currently the top query returns 4 in the both the AccelCount and RTCount columns when there are only 2 unique lots for the product. Other products without both real time and accelerated lots count correctly.
Any help is greatly appreciated. Thanks.
View 4 Replies
View Related
Nov 26, 2007
Hi All, I have read a few posts on here but can't quite get a solution to my particular issue.
I have two tables in a query:
tbl_suppliers
tbl_supplier_perf
tbl_suppliers is right joined with tbl_supplier_perf by
[Location Name]----->[Supplier]
No as part of tbl_supplier_perf there is a YES/NO checkbox, where it can be ticked if there is an issue with a supplier delivery. This field is called [Issue?].
I want to report all suppliers (not just those with records in tbl_supplier_perf) with a count of the amount of records created in tbl_supplier_perf with a tick in [Issue?]. So if no records in tbl_supplier_perf have [Issue?] ticked it will just report 0.
Basically the query needs to report all suppliers with a count of how many records have been ticked "YES". It is a check box so I believe they are recorded as 0 and -1.
I believe I need to use Dcount but I do not know how to get that in to my existing query!
View 9 Replies
View Related
Aug 20, 2004
i have a query that returns anywhere between 0-20ish records, and i need an efficient way to count how many records are returned. any ideas?
i was also wondering if there is a more efficient way to do this:
Code: [Text127] = DLookup("[Comments]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text175] = DLookup("[Performed]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text177] = DLookup("[Model]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text179] = DLookup("[Serial]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text181] = DLookup("[System]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text183] = DLookup("[HComments]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)[Text201] = DLookup("[Labor]", "orderheaderz", "[OrderNumber] = " & GlOrderNumber)
mabey i could condense them into one Dlookup somehow? any ideas?
thnx for your help
View 3 Replies
View Related
Aug 14, 2015
I'm running into an issue where I'm trying to tie several queries together into a list one running total. I have six queries that pull data from the same table, but that meet specific criteria. What I was trying to accomplish was to have a 7th query count the records in each of the six queries, and return the results as a different value for each. Here's an example:
Queries:
qry_1A
qry_1B
qry_2A
qry_2B
qry_3A
qry_3B
Final product:
qry_totals:
1A | 1B | 2A | 2B | 3A | 3B |
20 | 15 | 33 | 19 | 12 | 6 |
What I tried:
Field: 1ATotal: Count([qry_1A].[valueName])
Total: Expression
And I did this for each field that I wanted the query to return, so:
Field: 1BTotal: Count([qry_1B].[valueName])
Field: 2ATotal: Count([qry_2A].[valueName])
Field: 1BTotal: Count([qry_2B].[valueName])
Field: 3ATotal: Count([qry_3A].[valueName])
Field: 3BTotal: Count([qry_3B].[valueName])
The problem is that I don't get what I expected - the query appears to be totaling all the records counted and applying that value to all the fields, so I get this:
1A | 1B | 2A | 2B | 3A | 3B |
105|105 |105 |105 |105 |105 |
View 2 Replies
View Related
May 10, 2013
I have constructed a neat database for randomly quizzing myself on French translations. However I need a simple way of counting the records in an underlying query "vocabularyQ" inside a sub routine. I have tried all sorts of statements the most recent being
SELECT Count(VocabularyQ.ID) AS CountOfID FROM VocabularyQ
View 5 Replies
View Related
Apr 16, 2013
I am trying to get a total count of rows from a query on my tickets, Each ticket has a date and an ID number
Code:
SELECT tbl_ticket.ticket, tbl_ticket.entrydate, Count(tbl_ticket.[entrydate]) AS [Row Count]
FROM tbl_ticket
GROUP BY tbl_ticket.ticket, tbl_ticket.entrydate
HAVING (((tbl_ticket.entrydate) Between #1/1/2011# And #1/31/2011#));
I am trying to get this query built so I can attach it to a form.
I am trying to get three bits of data from this Query
1 a total count of all the Tickets in a given month
The ticket #'s and their date of entry.
So far this gives me a great list of Tickets and the date they got put in the system, but then for the total count it gives me 1 for each line. Even if some have the same date.
View 3 Replies
View Related
Dec 18, 2007
I have a query that pulls up information on employees when they receive warning notices. I would like the query to give me some type of warning (report, email, etc.) when an employee has three or more notices.
Can someone help me with this?
- Thanks in advance!
View 10 Replies
View Related
Dec 15, 2004
Hi
I would like to count number of items witin a text field,
but breaking it down identifying the different items within the
text field.
e.g.
Got a field with fruits listed. Now I am identifying the fruit but want
to know how many rotten fruit there was for each specified fruit.
At the moment my query is by date and the fruit including the column
specifying if the fruit is rotten or not. But there is 3 options in the last
column. How can I count this last column to count how many of these
3 options there are for each fruit in my report?
Please let me know if this makes any sense or not otherwise I will try to explain
it a little bit better.
View 1 Replies
View Related
Aug 20, 2004
Hi all,
Is there any option to count the number or records relating to
a specific field. Here is the details..The db is for a school and there is a tables for
class and students. I am using a form to enter students details. I had created a
relationship with these two tables. i am using a query to get the details regarding a specific
class like classname, class teacher like that.. Is there any way to calculate the number of students in that specific class.
now i am using the query as follows
SELECT Class.*
FROM Class
WHERE (((Class.ClassID)=[Forms]![Class]![ClassID]));
I had created the relationship with the above two tables with classid as the primary key
thanks in advance
Thanks
View 1 Replies
View Related