| Thread | Last Post | Replies |
|
| Calculate Monthly Average Multiplied by Count of Dates/Month with Multiple Records Having Same Date | 17 Sep 2006 18:21 GMT | 3 |
Any help would be greatly appreciated, as this has proven to be very complicated and I have been trying to get this for more than 2 days now. I am trying to define the monthly average set-out rate per route for households that recycle, based on the route logs provided by the
|
| Calculation query for a beginner | 17 Sep 2006 17:39 GMT | 5 |
I wish to do a math calc query so one field is subtracted from another to give an answer in a new field along the lines of.... Tare In - Tare Out = Nett I tried along the lines of...
|
| Truncate a value from Excel cell!! | 17 Sep 2006 16:52 GMT | 1 |
This is a rather weird question, but I thought Access users muct have a bit more experience in SQL statements. I connect to an excel workbook using OLEDB and use a simple select statement to get all rows in a sheet. But sometimes I get an error!!
|
| Is is possible to pass parameter in Access sql? | 17 Sep 2006 11:42 GMT | 1 |
I have a Query which(correctly) requires a parameter when run. If I am using Access, I get a GUI dialog prompting for input. However, I need to use this query through an ODBC connection from another program? Is there a syntax I can use to pass additional named parameters over ODBC?
|
| Help with an updatequery! | 17 Sep 2006 10:50 GMT | 2 |
Trying to create a query where I need move data from one textfield in one table to another textfield in another table. The from table is called TblPath and contains one record only, and it has a field called PicturePath1.
|
| Primary Key Index in Make Table Query | 17 Sep 2006 07:16 GMT | 3 |
I have a Make Table Query which makes a table called "Companies." The source for the query is a table named "Outlook." I wish to make a one of the fields which is created in table "Companies" a Primary Key Index. How can I do this?
|
| Query to calc balance | 17 Sep 2006 02:29 GMT | 2 |
I have a table and three of the fields are AmountBought, AmountSold and AmountInStock. In a query how do I subtract AmountSold from AmountBought to come up with AmountInStock. Thanks for any help
|
| How refer to a column in SQL ? | 17 Sep 2006 00:29 GMT | 5 |
In VB code, I use .Column(number) but how do I do it in SQL, it rejects that syntax.
|
| Updating a field in one table with the contents of a field in anot | 16 Sep 2006 21:23 GMT | 1 |
I am trying to update a field in one table with the contents of a field in another table. My tables are: Product
|
| Distinct Record Counts | 16 Sep 2006 20:59 GMT | 6 |
Okay, I give up. Access is the only DB that I can't seem to giev me a Distinctive Count of unique Sales Numbers. I have a Sales DB that writes to an Inventory table. Now, I have a query &
|
| combining separate columns into one column in a query | 16 Sep 2006 16:04 GMT | 2 |
I have a table used in scheduling classes, set up like this: ClassID CLass Day 1 Time1 Day2 Time2 34566 Biology MTRF 11:30 34567 Chemistry MT 11:30 RF 11:15
|
| Update query fails due to lock violations | 16 Sep 2006 12:49 GMT | 1 |
Running an update query in Access 2003 on linked MySQL tables via ODBC, running MySQL on a Windows 2003 Server. The query fails, returning the message that the query didn't update 103 records due to lock violations. This same query runs just fine when run against the same dataset ...
|
| I know how this must sound but.... | 16 Sep 2006 08:25 GMT | 6 |
I have a rather small table( 2204 records ) at the moment. We need to generate a report that will spit out some prices that are totals based on these records. So far so good and this query works too. Most of the time....
|
| Left, Right Trim | 16 Sep 2006 06:56 GMT | 5 |
In my table the field name is 'NameOfFile' . Basically data looks like this, 'C:\Folder\Data\5-22-06 this month.txt'. I need get some portion of this data, only date, for exmple '5-22-06'. This is only removes everything after date,
|
| Substract columns from a crosstab table | 16 Sep 2006 02:01 GMT | 2 |
I have a historical event list of different statuses for an individual record, where events follow one after other and recorded. The result of the crosstab query looks like this: read assigned completed
|