| Thread | Last Post | Replies |
|
| how to make a query to find the company with large number of selli | 01 Jun 2007 14:56 GMT | 3 |
I have two tables, one for the companies' info and one for t selling In the selling table there is data for customers, companies, prices etc. What I want to do is making a query to know which company has the large No. of selling.
|
| Conditional statement | 01 Jun 2007 14:52 GMT | 2 |
Hello. I originally planned on having CompanyName for those companies who are members. But the users have been entering CompanyName for both companies who are members and as the place where an individual member works. So my mailing label to an individual's home address includes ...
|
| MAX is not seperating dates based on time (Seconds) | 01 Jun 2007 14:46 GMT | 3 |
Is there any way that I can seperate the maximum values based off of the seconds in a field? I am trying to find the maximum values for certains days in various months, but unfortunately they are not entirely working if the seconds are only a few apart. Here's an exact
|
| Query problem...using wildcard | 01 Jun 2007 14:38 GMT | 4 |
I am tring to run a query with 2 tables in Access 2002. I need to match customer names on the two tables. I drag the field Customer Name from one to Customer Name on the 2nd so that it will pull the information. But, if the name doesn't match exactly, it won't find it. Ex. ...
|
| UNION all select * from | 01 Jun 2007 13:50 GMT | 10 |
Is there a shorter way to write this, perhaps replacing the multiple WHERE clause so it only needs to be written once?
|
| Is it allowable to use a union statement in an access subquery? | 01 Jun 2007 13:33 GMT | 9 |
I am getting the following error message: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] This operation is not allowed in subqueries.
|
| Insert Statement | 01 Jun 2007 12:53 GMT | 1 |
Does anyone know how to write a SQL Script for Access 2007 that will allow all fields to be selected? I created the following script and successfully executed it in Access 2003 but it will not work in 2007: UPDATE EXISITNG TABLE
|
| Query from text box value | 01 Jun 2007 06:48 GMT | 2 |
My idea is create a query. The field set as the job number field and the criteria i set is as "[Forms]![WIPCategory]![txtC_WIPCategoryID]" But it simply can't work...
|
| Using MAX is not pulling the maximum value when seperated by seconds | 01 Jun 2007 06:37 GMT | 2 |
I am trynig to find the maximum value based off of dates that contain times down to the second. There are a few that are only seconds apart on the same day, and even my query containing MAX returns the both of them.
|
| Counter | 01 Jun 2007 03:44 GMT | 1 |
I am looking to have a counter in my dynamic query. I have a subroutine incrementing a value but as soon as I scroll in the records, the values are changing... How can I make sure that a record stays with the same number (for the same
|
| create a user input query so it can be added on the switchboard? | 01 Jun 2007 02:08 GMT | 2 |
How do I create a user input query so it can be added on the switchboard? I need to create a way for a user to input/select specific parms, press a button, then alacazam! Their query appears! (If you can't tell, the user's are unfamilar w/Access so it has to be easy for them.)
|
| query help error message | 01 Jun 2007 02:00 GMT | 2 |
cannot enter value into blank field on 'one' side of outer join
|
| IIF/OR function togerher-not work | 01 Jun 2007 02:00 GMT | 4 |
I try to use IIF and OR functions together, it does work well at MS Excel as follow =IF(OR(C1="CC",C1="ZD",C1="CE"),C1&"_"&D1,C1) I try to implement it at MS Access 2000 as below, but it does not work
|
| what is the equivalent of ceiling function of excel in access? | 01 Jun 2007 01:48 GMT | 2 |
i want to round up the value of the calculated field to nearest multiples of 50. In excel we can do this by ceiling function. what do we do in access?
|