| Thread | Last Post | Replies |
|
| Find Discrepancy in Unit Prices | 20 Nov 2006 23:56 GMT | 1 |
Here's the scenario... I have a Manufacturer number and a unit price for that product. The unit price should always be the same for the product. If it isn't, then I need a query/report that will say here are all of the line items where a product had more than one unit price. ...
|
| Type of Query Needed to Get this report... | 20 Nov 2006 21:56 GMT | 1 |
Hi folks. I'm working on a database project for a real estate firm. Some of their reports are done manually right now, and they want to begin using databases to simplify the tasks. The reports are currently made by hand in an excel spreadsheet. Each
|
| Secret to getting a response? | 20 Nov 2006 21:28 GMT | 14 |
Is there a special handshake and a secret word I can use to get a response in one of these forums? Please, Abracadabra, Gates? I have asked questions in this as well as the reporting services community with no feedback. So how about this, what is the best source for help with
|
| SQL help | 20 Nov 2006 19:12 GMT | 1 |
I have SQL generated at runtime. I added the WHERE clause, and this has been giving error messages ever since. Basically the goal here is to get the WHERE clause to calculates 3 dates and put this in a conditional IN criteria, like ... WHERE [BookMth] IN('200610','200609' ...
|
| Data Type mismatch Criteria Expression | 20 Nov 2006 19:11 GMT | 17 |
I've made a function that would calculate only business dates between current data and a date field (Nxt Cpn Dt). I've used the function dhCountWorkdaysA in a query, which works well but if I put a number for the criteria i have the error "data type mismatch criteria expression. ...
|
| Access Can't Append Message | 20 Nov 2006 18:23 GMT | 3 |
I am trying to append two large tables of contact data. One table has 10,000 entries, the other has 7,000 entries. This a simple append query. The Error message reads: Microsoft Office Access
|
| Diference in hours between to hours | 20 Nov 2006 18:07 GMT | 2 |
Hello. I'm making a database to manage the employees extra working hours. I have a column that already have the total of worked by hours by day. I want to calculate the diference between the worked hours in one day with the official hours that the employee have to work. Imagine ...
|
| Using IIF to count the is not null records in a table | 20 Nov 2006 18:07 GMT | 8 |
Using a query, I'm trying to count the number of records in a table that are not null. It looks as though there's actually a space in the fields, so I've tried all these combinations to no avail. The values in the field are text, but it doesn't matter to me what text it is, I just ...
|
| SQL Query to copy Data from One Table to another Table having same names but from different databases | 20 Nov 2006 17:54 GMT | 1 |
Hi friends, I would like to know about the SP(Stored Procedure) or a SQL Query which will copy data from: DB1 -> tbl_alm3 TO DB2 -> tbl_alm3
|
| Date/Time in a query | 20 Nov 2006 17:52 GMT | 2 |
I have an Acess DB with linked SQL tables using ODBC. I am trying to run a query which uses a form to specify criteria. Here's the criteria in the Date field: Between [Forms]![frmChooseReqDate]![StartDate] And
|
| Calculations within a query | 20 Nov 2006 16:49 GMT | 5 |
Just when you think you think you know Access, you try to do something more complex and get stuck again....With the help of your discussion group I was able to come up with a query which outputs two fields. The query is based on two tables, TbInterp LEFT JOIN TbAo. The results of ...
|
| Choosing bottom 3 for multiple entries | 20 Nov 2006 16:15 GMT | 5 |
I have a database with information on carriers, lanes, and prices. I need to choose the cheapest 3 carriers for each lane. The lanes are either 3-digit zips to 3-digit zips or state to state (410-300 or CA to GA, etc.)
|
| Northwind | 20 Nov 2006 15:56 GMT | 4 |
In Northwind, a DLookUp function on the [order details] subform populates [unitprice] with the price of the product being ordered. This is to record the Product price (which can change) at the time of sale. Here's the question !
|
| strange things with select queries | 20 Nov 2006 15:44 GMT | 3 |
Dear group, I have two queries, which if they are run separately from Access work as expected. When I run them via the code, each one after another, unexplainable four records are added to final table.
|
| Query For Multiple Criteria Tied to 1 or more Elements | 20 Nov 2006 15:40 GMT | 1 |
Here's the situation... Say I have a table of employees who may work at various sites in teams throughout a year. I want to be able to supply a partial team as the criteria to cross reference other teams that may have included those members.
|