| Thread | Last Post | Replies |
|
| Building two expressions in one query | 14 Nov 2007 23:11 GMT | 3 |
good morning, i have a database which has the following columns on a table: Unit | Associate | Date | Data 1 | Data 2 | I want to have a query that says the following:
|
| Times list top 15 | 14 Nov 2007 22:22 GMT | 1 |
Here is my problem. I got some help before, but it isn't working. I have a database with kids' times for each course that we run. Each year they may run a course several times. The information I have in the file on them is Name, Grade, Course, RunTime, RunYear, Male/
|
| Challenge using SQL | 14 Nov 2007 21:22 GMT | 4 |
To first explain, we have a server that contains 5.5 million records of financial accounts (I work for a debt collection agency). Some people may have records with multiple debts with different banks (or whatever). Some of these duplicates will contain phone numbers and what I ...
|
| How to query a dupe. | 14 Nov 2007 21:12 GMT | 2 |
I have a table with Product_ID and Part_Number I want to find which (if any) Part_Number's have more then 1 Product_ID assigned. I was thinking I could manage this with a relatively simple query but
|
| Join Query | 14 Nov 2007 19:53 GMT | 6 |
I am trying to create a query that displays data from a combo box and autofill in a subform (I hope that makes sense) But when I set up the query it shows no data. I was told to link the two tables in the query design. I did and it is now pulling the correct data but the field ...
|
| How can I make a field autonumber type in VB? | 14 Nov 2007 19:42 GMT | 1 |
Is it possible to create a field with autonumber type when I'm using a SQL string inside VB to do a make-table query? I'm not sure what the syntax would have to be. For instance, dates require ## and strings require ' ' but does the
|
| doing bin ranges in a query? | 14 Nov 2007 19:32 GMT | 3 |
consider the standard grading query: given a numeric grade, dblGrade, I can do this to return the corresponding letter grade: IIF(dblGrade>=90,"A", IIF(dblGrade>=80,"B",
|
| Calculate Field In Query | 14 Nov 2007 19:31 GMT | 5 |
I am trying to create a third calculated field that will add two values: Referral To Consult: Nz((DateDiff("d",[MO Referral],[C1S])),0) and Consult To Treat: Nz((DateDiff("d",[C1S],[MO Tx])),0) I do get values for the above two fields but when I attempt to add them using:
|
| use Access SQL in Excel query | 14 Nov 2007 18:04 GMT | 1 |
I use an external database (access 2000) with quite a number of tables, in which the marks of my students are placed. I want to put these values in specific Excel sheets based on the classes the students are in. I work with a Pivot Table, drawing the data from the Access
|
| Return unique record | 14 Nov 2007 18:02 GMT | 2 |
I have a contacts tbl and a donor table with a one to many relationship. I am trying to select all contacts that have ever given and only return their phone number. I am retuning multiple data for every contact for every gift.
|
| compare adjacent records | 14 Nov 2007 17:58 GMT | 5 |
I have a table of several water quality parameters collected by a sensor permanently mounted to a pier. Occasionally a grain of sand or critter will temporarily disrupt the sensor. I need to be able to locate these blips by comparing each record to the adjacent records and ...
|
| Query for Specific Information | 14 Nov 2007 17:40 GMT | 2 |
I am trying to create a query that will pull specific information from my field .. for example I have different schools in my field .. Sunshine Elementary, Sunshine Middle, Sunshine High .. if I want to do a query to pull ONLY my Elementary schools .. how do I tell my query that? ...
|
| Using the Euro symbol | 14 Nov 2007 17:27 GMT | 1 |
I have an Access front end to a SQL Server 2005 database using ODBC linked tables. There appears to be a problem when using the euro symbol in queries. SELECT * FROM tbl_Datatable
|
| Date filter | 14 Nov 2007 16:04 GMT | 6 |
I am having trouble with a query showing all results. I have a field in my query "Paid Date" and under criteria I have put "is Null" so that I can find all records that have not been paid. When I run the query it still shows all records with and without data in the "Paid Date" ...
|
| null values not appearing in join | 14 Nov 2007 15:02 GMT | 1 |
We have three client categories for our top clients: A, B, and C. About half of our clients do not have a category and are simply null. They are in a field called ClientType. I am trying to do a report on item sales (field name FullName) by ClientType. I am also trying to ...
|