| Thread | Last Post | Replies |
|
| select field | 19 Nov 2007 20:59 GMT | 3 |
I have a form in which the user will select a value from the combo box, which then passes the value to a query. The value being passed though, corresponds to the name of a field in the query. I would like to return records where the value of the selected field is not null.
|
| Schedule Rotation | 19 Nov 2007 19:45 GMT | 3 |
I have a table in which I'd like to depict a rotating shift schedule. I can generate a complete rotation in Excel and then import into Access, but I'd like to automate the process by using a query. How do I build a query to append to my schedule table?
|
| How can I force the query to calculate the average of all records? | 19 Nov 2007 19:39 GMT | 7 |
I would like to create a query with 3 fields (columns). First column: ID (primary key field) Second column: Sugar cane species (duplicate records) Third column: Average productivity for the respective sugar cane species
|
| WHERE field = '' <- Not returning data | 19 Nov 2007 16:38 GMT | 3 |
Im a SQL Server developer who is currently using Access, so I'm probably doing something really dumb. I have a simple query that is searching on the criteria WHERE field = '' ie find me the records where the text field is blank. I have two such records but the query
|
| Query based on 6th character | 19 Nov 2007 16:17 GMT | 1 |
I have a query that I would like to use based on the 6th character. The first 5 characters can be whatever, but the 6th character needs to match whatever is entered. I know how to use the "like" criteria I just don't know how to make it count over the 6 characters. Any ...
|
| Using DDL to Create Constraint - Syntax Error | 19 Nov 2007 16:13 GMT | 4 |
I am running into a problem with the following code that I am testing. I get a syntax error on the third DDL SQL statement. I can't see what I am doing wrong. Perhaps what I am attempting is not possible using DDL and I will have to use DAO to build the relationship?
|
| update file for current record only | 19 Nov 2007 14:12 GMT | 2 |
I have a database. My main table is a STUDENTS file. Each week I run an update query to add a new record to the ATTEND file for each student, adding in a week no (WEEKNO) and a date(EMADATE). I pick up the values I want from a table tblDATEFILE
|
| Schedule | 19 Nov 2007 12:36 GMT | 1 |
I am trying to create an employee schedule - 24/7 tracking. What i would like to see is a report or datasheet form with the hours 7AM-6AM on the left side as rows and the days of the weeks, M-Sun, as column headings - and i would like to know the total number employees working ...
|
| Undefined Function DATE | 18 Nov 2007 19:20 GMT | 4 |
Access 2003 On 3 PCs the query works, on two PCs it gives the error message Undefined function DATE when I use Date() as a query Criteria
|
| Date ranges | 18 Nov 2007 18:28 GMT | 5 |
My table has only three fields: Date, Price1 and Price 2 I need to know if, during the first 7 days of the month, price2 was $4 more or less than price1 was on the first of the month. I developed my query using the wizard and then tweaked it because I couldn't
|
| SubQuery Problem | 18 Nov 2007 17:37 GMT | 1 |
I have two queries, one based on another. The first query is this. And is called "QHasChecks" SELECT tblChecksTMP.ChkTabID, tblChecksTMP.ChkPaid,
|
| query criteria - global variable | 18 Nov 2007 13:44 GMT | 2 |
For a parameter for a report, I have a multiselect listbox to choose districts. Using a global variable, I form a string with all the codes of the districts that were chosen. I have checked the string and the lists of district codes
|
| Search Date Field | 18 Nov 2007 05:53 GMT | 1 |
How does one seach a 'type date' field (e.g.; 11/17/2007) for a bank entry? Ed
|
| Query question? | 18 Nov 2007 00:10 GMT | 3 |
I am using Access 2007 and I have a table tblCustomer that lists customer id, name, address, city, state, zip, contact first, contact last, telephone number, and fax numbers for each customer. I have 25 records but some records are missing information in various fields.
|
| date queries | 17 Nov 2007 20:46 GMT | 7 |
I have a simple table of dates over several years and two fields of prices in dollars for each date. I want to write a query that would look at ONLY dates that are from the first of the month to the seventh of the month, compare the two prices, and return to me only those dates ...
|