| Thread | Last Post | Replies |
|
| I've got sorting blues... | 27 Jul 2005 16:59 GMT | 3 |
Here's the table: acct_id char(4) age int acct_bal currency
|
| Format text | 27 Jul 2005 16:51 GMT | 2 |
I have a field "REF" where the first part of the text is common but the text in brackets is not. The text lenght varies as well: REF Application progess (oc:Mr C Battin)
|
| Summing an Expression | 27 Jul 2005 16:46 GMT | 6 |
I have the following expression in a query. I need to sum this colum. How? I tried changing the total to sum. No change in data. Still displays all records. Expr1:
|
| Saving a Query | 27 Jul 2005 16:31 GMT | 2 |
I am trying to run a query from a 900MB table. I have successfully ran the query (about 4 million records), but when I try to save it, an error message appears stating "invalid argument". I have saved a similiar query just like before. Why will it not allow me to save this one? ...
|
| Averaging with multiple fields | 27 Jul 2005 16:18 GMT | 2 |
I am trying to find an average for 52 different fields and the query won't calculate. When I initially set it up, it worked, but after I started inputting data in the other fields it stopped. Here is the expression I'm using:
|
| SQL Query Help? | 27 Jul 2005 15:56 GMT | 3 |
an someone please assist me in fine tuning this query? My ultimate goal is to get the first 50 results back from the [15] columns where the field is 0 (zero). Here is the SQL statement as it now...
|
| How to determine what week of the month. | 27 Jul 2005 15:47 GMT | 1 |
What is the formula to figure out what week of the current month? for example: today is 7/27/05 so it is the week 4. i want my query to say "week 4" Thank you!
|
| PCSFT246 - NO DATA MATCHED TO THE SPECIFIED OPTIONS | 27 Jul 2005 15:15 GMT | 1 |
I have a macro that I run daily that imports information from a server. When I run this macro I am constantly getting the above error when the information is not available for a particular import. I would like to set this up on a schedule, but have to run it manuel in order to ...
|
| Using today's date in a query | 27 Jul 2005 15:15 GMT | 2 |
I have a table that includes dates in a "DATE" field. How do I design a query to pull records, where the date in the "DATE" field would equal today's date? Thanks.
|
| Undefined Function in Expression | 27 Jul 2005 15:06 GMT | 3 |
I am trying to convert the a date like 20050621 to a numeric format in the same layout as shown. I made a new function in the data base to do this converting (see below) but everytime I try an run it in the query I get the Undefined Function ConvertDatetoNumeric in Expression. ...
|
| Is there a way to use a WatchDog??? | 27 Jul 2005 15:03 GMT | 2 |
I got the next doubt: Im developing an Agenda. But I need to know if there's a way to have a watchdog to update the table in anothe user. i.e.
|
| Help with CDate & Expression type incorrectly error | 27 Jul 2005 14:59 GMT | 2 |
Ihave the following expressions in my query. I trying to convert a stiring date into a real date. format is 20050727 This one works fine. LetDate: CDate(Left([PUBLIC_T_CONT_CRIT_DT].[ACTL_DT],4) & "/" &
|
| query not going as planned | 27 Jul 2005 14:50 GMT | 5 |
i am making a gui, and i am using a query to find a record with a user-inputted ID number. for example if i use ID number of 4, the search goes as planned, but you have to scroll through the records before it comes up, as if you were just
|
| help with Access SQL query :o) | 27 Jul 2005 14:45 GMT | 3 |
Can someone please assist me in fine tuning this query? My ulitmate goal is to get the first 50 results back from the [15] columns where the field is 0 (zero). Here is the SQL statement as it now...
|
| Append based on INDEX | 27 Jul 2005 13:38 GMT | 2 |
I have two tables with an Index of 3 fields. I want to append table 1 to table 2 if the index is not same. Can the indexes be compared like that in a querry? I had to have three fields in one index because each time 2 of the three fields are same in both tables. Currently I have ...
|