| Thread | Last Post | Replies |
|
| Group by "Min" or "First" | 22 Nov 2005 16:29 GMT | 11 |
(my computer hiccupped when i tried to send this a few minutes ago so this may be a repeat)... i have a table (actually it's a query) i'm using as a source for this current query.
|
| VB Command to Update SubForm after Query SQL change | 22 Nov 2005 16:21 GMT | 4 |
I'm using a VB Command to change the SQL statement on my Query qry_SEARCH On the main form, frm_SEARCH, I have a sub form sfrm_SEARCH bound to this Query
|
| Help with subquery | 22 Nov 2005 15:26 GMT | 7 |
I have the following union query: PatientID EventDate BodyWt DailyDose(ml) Frequancy 004320 3/26/1996 64 004320 3/27/1996 20 6
|
| Sum / Sumif of a field | 22 Nov 2005 15:21 GMT | 3 |
I have a table that stores peoples holiday (vacation) info. There is a start date and end date... thus calculating a duration. However, I want to create a query that will be the source for a report that will return the total number of days off that people have had. eg
|
| Queries | 22 Nov 2005 15:08 GMT | 4 |
I have many questions, about a project I'm doing. It is a project for my MIS class at school and it is a MAJOR portion of my grade. The main problems I'm havin is in relation to the criteria for displaying records, some in conjunction with the parameter feature. If there is ...
|
| Data in a joint query | 22 Nov 2005 15:05 GMT | 1 |
why can't i enter data when i join three tables in a query that are joined?
 Signature the8thdove
|
| Show current year data only. | 22 Nov 2005 14:40 GMT | 1 |
I have a query with this year data and last year data. Without deleting last year data. How can I only show this year data by writing an expression? I need an expression that will change on it's own 12/31/05 to 1/1/2006. Floyd
|
| Crosstab query to determine ving margins | 22 Nov 2005 14:23 GMT | 4 |
I have a table that has fields such as date, Invoice#, salesrep# and sales margin dollars for every product sold listed in a Invoice. I would like to populate a crosstab query preferably as follows. Group by Salesrep as row
|
| select query to show all records | 22 Nov 2005 14:13 GMT | 4 |
I have a pretty basic select query. The user types in the "Rig Designation" and a list of all projects utilizing that rig are displayed in date order. I would like to include an option that will display all projects regardless of rig or all records with no rig (null value). I ...
|
| Postal Code | 22 Nov 2005 13:06 GMT | 12 |
I am importing a text file into a Access table and I have a postal code field that contains Canadian and US postal codes. The field is 7 characters long and I am importing it as a text field. The Canadian date looks like this: A0B 2J0 and the US looks like this: 834020000 I need to ...
|
| Only one value wanted from a column with duplicates | 22 Nov 2005 09:44 GMT | 3 |
This is probably a beginner question. However, I have the following query: SELECT tblPROJECTS.Projectsymbol, tblPROJECTS.Title, tblPROJECTS.StatusDate, tblPROJECTS.Budget, tblPROJECTS.Status, tblPROJECTS.Region, tblProjectSubject.SubjectName, tblPROJECTS.ProjectID
|
| DISTINCT | 22 Nov 2005 09:13 GMT | 5 |
I need to pull back a few field from a table. I need one of these fields to be DISTINCT, at the moment Access is looking at the full record as DISTINCT not just the one field that I want. What am I doing wrong??
|
| Continue: Effective sequence | 22 Nov 2005 08:43 GMT | 1 |
SELECT E.BranchID, Branch_TBL.Branch_Desc, Branch_TBL.BranchCategory, Count(E.BranchID) AS CountOfBranchID, E.EffectiveDate, E1.EmployeeID, E.Action_Abrv, E.Status, E.EffectiveSequence FROM Branch_TBL INNER JOIN
|
| Calculations on Null Values | 22 Nov 2005 02:11 GMT | 4 |
I'm relatively new to Access and I have a question about doing calculations for fields where they may or may not be null values. I initially had all the blank records default to 0, but then I got Overflow errors, so I reverted them back to blank null values.
|
| Creating a multiple table query... | 22 Nov 2005 01:25 GMT | 3 |
I have a database that has multiple tables and would like to do a few thing. First off all of the tables have the same colums and layout. What I would like to do is create a query that get a user input, looks at the data in all of the table and give any rows that match that ...
|