| Thread | Last Post | Replies |
|
| comparing date field and time field in two tables | 22 Jun 2005 00:17 GMT | 1 |
Using an access query I am comparing a date field and a time field in two tables (tblPermit_ss & tblExemptionsInfo). My query displays only records that do not match. I am using the following query and it works fine. SELECT fldCompanyName, fldOneWorldNumber, fldBridgeNumber, ...
|
| Query To Count Number of Days on Record | 22 Jun 2005 00:10 GMT | 2 |
I need a query to count the number of days between the enteredDate and the StartDate of each record. For instance one record may show 5/1/05 as the startdate but show 5/8/05 as the enteredDate. I need a query that would show that it took 7 days to entered this order.
|
| Filter yes/no field | 22 Jun 2005 00:05 GMT | 2 |
I have a linked table that contains 4 yes/no fields. Since this is a linked table from another application I cannot control the data being entered. The proper data entry would be to only have one and only one box checked yes.
|
| how do i create a date queries | 21 Jun 2005 21:16 GMT | 12 |
What type of querie do i need to create in order to find out how long a case has been open.
|
| Query for data at certain time intervals | 21 Jun 2005 21:08 GMT | 1 |
I need to make a query (or mulitple queries) that will allow me to see data at the start date and then every 6 months. I need to then put this information into a report. Thanks!
|
| Problem using Query Criteria with an Expression | 21 Jun 2005 21:03 GMT | 6 |
I have an expression (Dateadd) that returns a "Due Date" in a query. I also added to the expression field a BETWEEN criteria that is asking for Start and End dates (Between [Enter Start Date] and [Enter End Date]. The reason for the between criteria is for the user to enter a ...
|
| engine does not recognize <name> as a valid field name or expression. (Error 3070) | 21 Jun 2005 20:47 GMT | 3 |
Another BS error with Access. I have a form, with two unbound fields, STARTDATE and ENDDATE. I have a crosstab QUERY, with those two fields as criteria for the query. I have those two variables in Query parameters.
|
| The query retrieves too few records. | 21 Jun 2005 19:59 GMT | 1 |
My query is not retrieving all of the records that should be included in the dataset. I included the SQL for your review and maybe somebody can tell me why its not working. SELECT qryReportData.Order, qryReportData.[Created on], qryReportData.[Ship
|
| Table from cross query | 21 Jun 2005 19:58 GMT | 1 |
How can I receive table in access from cross query? Artur
|
| Limit Form to Date Range | 21 Jun 2005 19:43 GMT | 4 |
I have a set up a query that show the the following: site #, date, comments, and some other information. I have aslo created a form that will run this query based on the site #, and if blank, show all sites. I need to add a date range to the form so that I
|
| Query is Retrieving too few Record | 21 Jun 2005 19:30 GMT | 1 |
My query is not retrieving all of the records that should be included in the dataset. I've included the SQL for your review. Please help. SELECT qryReportData.Order, qryReportData.[Created on], qryReportData.[Ship To List name], qryReportData.[Ship to City], qryReportData.[Ship ...
|
| Make Parameter available for querie based report | 21 Jun 2005 19:17 GMT | 3 |
I need to use a parameter to enter a date in the following query. I want the Parameter to also be available for a report that's based on this query. When I use this query, it prompts me twice instead of just using the [Enter Start Date] AS StartDate parameter that I already ...
|
| Nz | 21 Jun 2005 18:58 GMT | 3 |
Hello. I want a query to return Name (CompanyName) Name So, if there is no Company, leave it blank.
|
| Parameter Query problem | 21 Jun 2005 18:53 GMT | 9 |
Trying to put in a parameter for a select query and keep getting the following message: The Microsoft Jet database engine does not recognize <name> as a valid field name or expression.
|
| Using Parameter queries with reports | 21 Jun 2005 16:40 GMT | 2 |
Using Access 2003 Am a designing a database containing all jobs we have done for clients. Have set up a parameter query so one can search the database for work done by a particular client. The parameter query is set up as a form, so the client
|