| Thread | Last Post | Replies |
|
| How to list only the current reassign in a query | 13 Dec 2005 23:33 GMT | 3 |
I have a issue tracking database that list users when an item is assigned and then reassigned to a user group. Well the issue can be reassigned several times. I only want to show the current reassignment. I have a query that has many of the same id number but the date and ...
|
| Group By Sum of Transaction Amounts | 13 Dec 2005 23:15 GMT | 5 |
Table A contains the following fields Transaction Date Account Number Location
|
| date from text box as query criteria | 13 Dec 2005 22:53 GMT | 2 |
I have a text box called: [Forms]![query form]![txtSearchDate] I have a query that I want this text box to feed. I want the query to look at everything that is greater than the entered date.
|
| query help | 13 Dec 2005 22:31 GMT | 1 |
I am fairly new to access. I was wondering how to get information from 1 column on 1 table to sort for 2 date ranges found on a form into 1 query to sent to 1 report. Please help as this issue is about to run me into the ground. I have tried two queries into one. With the each
|
| Using the LIKE and [PROMPT] Features together. | 13 Dec 2005 22:29 GMT | 2 |
Using the LIKE and [PROMPT] Features together. ==== I am currently designing a pretty standard database. It contains three tables, a customer details, sales details and Product details.
|
| Input from Form to Query | 13 Dec 2005 21:43 GMT | 8 |
I have a query that takes dates from a Form Between [Forms].[Startup].[txtDateFrom] And [Forms].[Startup].[txtDateTo] The query runs as expected as long as the form is active with dates in the required fields.
|
| Rank with Multiple Sub Categories | 13 Dec 2005 21:42 GMT | 2 |
I am trying to rank some data using 5 columns as sub categories as follows: Calender Year (yes, I know that it is spelled wrong) Calender Month Platform
|
| Group data by custom weeks | 13 Dec 2005 21:38 GMT | 2 |
My user gives me startDate and finishDate as input. I want to group my data by weeks where: First week first day is startDate Last week last day is finishDate
|
| "all" in dropdown not working for query | 13 Dec 2005 20:20 GMT | 2 |
I have a dropdown that is populated by the following query - but it doesn't do what I want. SELECT DISTINCT [Division group cross table].Division FROM [Division group cross table] UNION select '(All)' from [division
|
| Field type in make table query | 13 Dec 2005 19:51 GMT | 1 |
Could someone please tell me how to change a field type from memo to text in a make table query? I am willing to create a new column/field name to get this done. Thank you.
|
| Crosstab based on a query with parameters fed from a form? | 13 Dec 2005 19:45 GMT | 2 |
I have a series of Crosstab queries based on one large query, with a month field that changes frequently. I want the user to be able to enter the month in a form, and then run the crosstab. The back-end query works great, but the crosstab fails because the Jet database engine ...
|
| SQL Query with Iff and Wild Card | 13 Dec 2005 19:37 GMT | 1 |
I am trying to use the results from a form to build an SQL Query. The form has combo box's to select a value that is updated to a table that is in turn used as the selection criteria of the query. When I select a value the criteria in the query works fine. When the selection ...
|
| convert current date to julian date | 13 Dec 2005 18:12 GMT | 2 |
I am trying to convert the current date "Now()" into a julian date (yyddd) in a query field.
|
| Query deleted records in specified table, now doesn't - why? | 13 Dec 2005 17:50 GMT | 3 |
I'm trying to delete records in Table 1 (Appointments) which are linked to Table 2 (Leads). So I created a query that says: DELETE Appointments.*, Appointments.ApptStatus, Leads.Updated, Leads.Source FROM Appointments INNER JOIN Leads ON Appointments.LeadID = Leads.LeadID
|
| Find the least recent date of four dates | 13 Dec 2005 17:41 GMT | 2 |
I am trying to find the least recent date of four date fields in a query. Is there a way to do this? I'm lost. Thanks for your help! jb
|