| Thread | Last Post | Replies |
|
| Dateserial Previous Quarter | 19 Aug 2005 20:20 GMT | 5 |
I am trying to show the previous quarters information using the Dateserial function. Currently I have a report that shows the Current quarter and I use: Between DateSerial(Year(Date()),Int((Month(Date())-1)/3)*3+1,1)-1 And
|
| Update Query / last update system date? | 19 Aug 2005 20:08 GMT | 2 |
Good Day All, I have a qryupdateinventory that I update on close of my invoice form. I have a field within my tblinventory called "LastUpdateOn". What I would like to do is when the qryupdateinventory is run on close of the frminvoice,
|
| Date/Time diff Calculation | 19 Aug 2005 19:43 GMT | 1 |
I need guidance on what to do with this problem. I have a turnaround time dbase with which I need to calculate total time between steps, and then total time for all steps in the process. My steps:
|
| Yes/No or None | 19 Aug 2005 18:59 GMT | 12 |
Hi. I have a yes/no field for Coordinator. Each program has one coordinator. I'm trying to figure out a query to find programs that have no coordinator, but because I used yes/no, I can't seem to get what I want. If I use "no" in the query, I get EVERYONE who isn't a ...
|
| Adding more criteria to an SQL query... | 19 Aug 2005 18:50 GMT | 1 |
I need to add more criteria to a query that I am currently using... I've figure out the logic, but can't create a single SQL statement that does what I need. The current SQL statement is:
|
| Choose First 65,000 records of a recordset | 19 Aug 2005 18:48 GMT | 1 |
I have a query that has over 200,000 records and I need to export all the records to a text file. Problem is I can only export 65,000 records at a time. How do I tell the query to run the first 65,000 records , then get it to run the next 65,000, etc.? Thanks in advance.
|
| sorting alpha numbers | 19 Aug 2005 17:28 GMT | 3 |
Is there a way to format the below field data so it will sort in numerical order? i.e. PO 1, PO 2, PO3, etc. PO 1 PO 12
|
| not in query | 19 Aug 2005 16:59 GMT | 1 |
I need a query to show records in table1 that are not in table2. e.g. table1.person_pk not found in table2.person_pk
|
| Insert to Access DB with ASP problem | 19 Aug 2005 16:53 GMT | 2 |
Have problem trying to INSERT to Access 2003 database. Don't think it's permissions as can add records to this tables using FrontPage forms but want to be able to add own code. Can select and update on Customer table but not insert, e.g. this works:
|
| How do I set the default view for numbers in a Query? | 19 Aug 2005 16:45 GMT | 3 |
I am trying to figure out if I can make the default view for numbers to be 1,234,567.89 rather than 1234567.89
|
| 5 Queries into 1 Query | 19 Aug 2005 16:40 GMT | 1 |
I currently have 5 tables which have been turned into 5 queries. Each query records details for work to be carried out at different Areas (ie. Central, East, West, All & Schools) I generally merge the records from Access into Excel in 5 seperate
|
| NextDueDate problem | 19 Aug 2005 16:24 GMT | 1 |
I have a form where NextDueDate is calculated from, =dateadd(“m”,3, [CompletedDate]), CompletedDate but I want to delete past entries of NextDueDate whenever a new NextDueDate is calculated I know this has to be a simple fix.
|
| "not enough space on the temp disk" | 19 Aug 2005 15:56 GMT | 1 |
Access query fails saying out of temp space running a query that will create an Excel spreadsheet of 17,000 lines or so. However, after about 20 minutes, it fails saying that there is not enough space on the temp disk.with over 20 gig of free space and 2 gig of physical
|
| Query problems | 19 Aug 2005 15:55 GMT | 1 |
I am creating a database for a very large delivery of furniture which all has to be taken to different rooms of a building. Not every room has every piece of furniture but there are over 50 types of furniture. I am trying to create a list for each room of the pieces of ...
|
| Help needed with difficult query | 19 Aug 2005 13:48 GMT | 1 |
I have this difficult query to write. I know it will end up as a crosstab query but its way too complex for the wizard. 5 tables are involved: tblPackages, tblPackageTypes, tblPackageDateTypes, tblPackageTypeDates, tblPackageDates.
|