| Thread | Last Post | Replies |
|
| Display 4 weeks of data | 04 Jul 2007 23:50 GMT | 10 |
I am trying to create a query in which data is displayed for the current month beginning with the first day of the week, first week of the month and ending with the last day of the week, last week of the month. In example: Today is Friday June 1, 2007 but the first day of the week ...
|
| How do I update table with new incrementing ids per each account | 04 Jul 2007 23:38 GMT | 2 |
I have a table with AcctNo, SecurityName, otherfields. I need to update this table with a new field that would indicate for each AcctNo row the number of SecurityName. for example: ACCTNO NEWFIELD SECURITYNAME
|
| Parameter Query Not Working | 04 Jul 2007 21:22 GMT | 4 |
I created a database with 4 tables called Items, Date, Type, and Titles. The items Table uses combo boxes to enter the date, type, and titles from the Date, Type, and Titles tables, since the choices are set. I can enter records with no problems.
|
| conditional join? | 04 Jul 2007 21:10 GMT | 16 |
I need a query to that will combine data from two tables (photos, proveniences) but the method of record selection needs to vary based upon whether or not data is present in up to four heirarchically ordered index fields. There is a one to many relationship between any one index ...
|
| Convert date to months | 04 Jul 2007 18:58 GMT | 8 |
I have a database that has multiple dates in it. What I am trying to do is in one field I have a date and I am want that date to convert to months in another field. Can anyone help me on this.
|
| Custmer Qurry? How Do I ? | 04 Jul 2007 18:11 GMT | 2 |
I am trying to get the IDs of all those customers who have not purchased anything in the last 3 months. What SQL query do I use? The table has 2 columns: CustomerID and PurchaseDate. Many thanks
|
| autonumber | 04 Jul 2007 18:09 GMT | 1 |
is there a way of having an incremental number for each row of a query, like an autonumber?
|
| Ecount | 04 Jul 2007 15:26 GMT | 1 |
I am trying to use the ecount function: CountOfAcct Number: ECount("[Acct Number]","[2a-Bad Phone Query]","[PAS Name] ='ATLANTA PAS'",True) It seems to give me the correct total, however, I am trying to also group it
|
| DECIMAL keyword not allowed in Create table query ? | 04 Jul 2007 15:17 GMT | 8 |
Cant understand why CREATE TABLE [MyTable] ( [ID] AUTOINCREMENT, [Importo] DECIMAL(18, 2),
|
| query from two different tables with no common themes | 04 Jul 2007 02:57 GMT | 6 |
I am trying to generate a query that will do the following: I want the records to return from two different tables. From the TblJC, acct field, I want the records with acct number 2 and 4, and From the TblDispatch, contact field, I want the records with contact numbers
|
| Totals Query | 04 Jul 2007 02:50 GMT | 6 |
I'm not completely clear on the intricacies of totals queries. I have a bunch of fields from one table. I want to filter them down to ANY ONE RECORD with the LATEST EventDate of the BIGGEST FitID number for EACH Style (style is distinct).
|
| Find Last instance of carriage return In a Memo Field | 04 Jul 2007 02:46 GMT | 2 |
I have a form where the user usually pastes a glob of text into it a memo field called "Comment". After he pastes the text, the cursor is obviously at the end of the text. I would like the user to be able to click a button and for the comment to be highlighted from the very end ...
|
| Query not returning all values | 04 Jul 2007 02:40 GMT | 19 |
I need to redefine the date of entries to match a 24 hour schedule that starts and ends at 06:00 each day instead of 00:00. I haven't been able to find anything related in Access help files or the internet. So, I created a query with an IIf() statement that defines
|
| Deleting combined records from Access table | 04 Jul 2007 00:12 GMT | 1 |
I have two tables that are joined by item numbers. I want Table A to have items numbers that are not in Table B. How can I create a query that will delete all records from Table A that are in Table B?
|
| query for record for last 90 days | 03 Jul 2007 22:25 GMT | 5 |
My Goal is to show a sum of USTOPoints for each employee for the last 90 days. If an employee has 5 points total for a 90 day period, we need to start a discipline process.
|