| Thread | Last Post | Replies |
|
| Append Query | 19 Jul 2005 14:27 GMT | 4 |
I am struggling with an “Append Query”. Here is what I have: + a table with “Prospect IDs” and other information about prospects + a table with “Mailer IDs” and other information about mailers + a table called “Mailings” with fields for “Prospect IDs” and “Mailer IDs”
|
| Summing totals if record satisfy criteria | 19 Jul 2005 13:35 GMT | 7 |
I have a query that displays certain information based on a form. I now want to sum totals for certain information from the query. There is a few slot for projects. There is also about 10 projects to choose from. For each project slot, there is a corresponding Hour slot. I can ...
|
| After converting Access 97 data to Access 2000 no numbers print | 19 Jul 2005 12:06 GMT | 2 |
I converted some Access 97 databases to Access 2000 databases, consisting of 4 Fields only (each Field consisting of a mix of letters and numbers). When I tried to print out the Tables, only the text previewed or printed, but not one of the numbers.
|
| Run update queries | 19 Jul 2005 07:39 GMT | 1 |
Can someone tell me how to tell my table to automatically run all my updtae queires before opening?
 Signature Fitz
|
| msaccess to mssql server automatic query conversion | 19 Jul 2005 07:07 GMT | 4 |
is there any tool which is capable to convert query initially written for msaccess database to query for mssql server. I have tons of queries which contains iif, trim and similar functions which should be converted to case, ltrim(rtrim(, etc. etc.
|
| aggregate function | 19 Jul 2005 05:23 GMT | 3 |
What is wrong with this expression? cfs: (4.28*0.577*0.577351*([Field4])+0.004^2.5)
|
| Pie? 3.14...... | 19 Jul 2005 03:32 GMT | 1 |
Stupid question, but I can't locate the function. I'm calculating the volume of a cylinder and need to use the math. constant pie (3.14...).
|
| Ranking, subqueries and update query problem | 19 Jul 2005 01:44 GMT | 11 |
It's me again. I posted similar question for quite sometime last year about ranking and this time with few more other ranking problems (sub-sub-sub query) plus to update the records base on this ranking. I could do simple update query but got stuck with this one.
|
| Using an "IF" formula within a query | 19 Jul 2005 00:04 GMT | 2 |
Not sure if it can be done or not, i am trying to create a query with an "IF" formula in it, when if a field is greater the "1" it will open "query/report 1", and if the field is equal to "0" it will open "query/report 2" Thanks for your help in advance!
|
| Undefined Function "Nz" in expression??? | 18 Jul 2005 23:57 GMT | 5 |
I keep getting this message when i run my query from code?? but it runs fine from Access! what is the problem and how do i resolve it? Thanks Darryn
|
| Function is Not Available . . . error | 18 Jul 2005 22:50 GMT | 3 |
On one of my computers, I am getting the following error: "Function is not available in expressionin query expression . . ." I know as a fact that this is a new error and it is unique to this computer. It is not an error in the query, but that is where it appears. It must be
|
| Trying to total records with common characteristics via query. | 18 Jul 2005 22:24 GMT | 2 |
I use Access 2003 and I am in the kitchen business. Prior to now, I have ordered one kitchen at a time using access. The method is: "Client" is one: flowing to "Project" which can be many (kitchen and bathrooms): to "Order Details" which is a listing of each cabinet in a ...
|
| filter by selection? | 18 Jul 2005 21:34 GMT | 1 |
i have a textbox, and a command button on a form, along with a subform. is it possible to make it so the content in the textbox acts as criteria for a "filter selection method" which can be executed when i click the command button?
|
| aggregate function does not include an expression? | 18 Jul 2005 21:32 GMT | 3 |
Field 1 is Date, Field 2 is time, Field 3 is elapsed time, Field 4 is temperature, Field 5 is pressure head, Error message is: You tried to execute a query that does not include the specified expression
|
| Bulk editing | 18 Jul 2005 21:24 GMT | 1 |
Hi there... I have an ASP page which retrieve all records from a database and displays in a table in a form. The database has 5 fields and 3 records total. So I do the following:
|