| Thread | Last Post | Replies |
|
| Match Mutliple Columns | 22 Sep 2005 14:56 GMT | 4 |
I have a shipment file where I need to match 3 columns that are the same (order #, ship date, and cosignee #). Usually there are about 10 rows where these columns match, I need to locate these and then sum up a fourth column (weight) to make one shipment from the 10 fragments.
|
| Populate one table with values from another | 22 Sep 2005 14:22 GMT | 8 |
I have two linked tables in my db. I need to pull all the values from tableA and insert into tableB where tableA.id = tableB.id Here's my SQL query, which isn't working: INSERT INTO tblA
|
| Query-Same Line Date/Time/Min Qty | 22 Sep 2005 13:36 GMT | 2 |
I have a query where I am trying to get the same date and time where the min qty occured. Example: Table: Date Time Qty
|
| Query in a loop | 22 Sep 2005 11:40 GMT | 4 |
If I set relationships between my tables, my query does not read from the tables. If I delete the relationships, my query starts to multiply the data in the query.
|
| concateneren in access | 22 Sep 2005 11:15 GMT | 1 |
How can you several text fields concateneren in access in 1 query to 1 text field? Bijv. Text1 = 1111, Text2 = 2222, Text3 = 3333. the result must be: "111122223333".
|
| How to arrange names to create pairs of names | 22 Sep 2005 10:47 GMT | 3 |
I have a table of Agents with ID_Agent as primary key and LastName as text field, ex. ID_Agent LastName 1 BOBET
|
| Putting values in different columns based on calculated intervalls | 22 Sep 2005 10:19 GMT | 2 |
I'm trying to do the following. I use a query to calculate the difference between two dates for a specific invoice. Then I want each customer to be shown on one row where I "put" the sum of one or more invoices in different intervalls i.e. due 1-10 days, 11-20 days etc based on ...
|
| Enter a field contents to query | 22 Sep 2005 09:54 GMT | 1 |
I have a sub form with a field called shop number, I have a query but would like the query to (after clicking a button) use the shop number to populate the query - i think command is something like Forms![FormName]![FieldName] but this comes up and asks me for parameters - am I ...
|
| splitting data from one column into multiple columns | 22 Sep 2005 08:18 GMT | 2 |
I have a database which includes a table of carton descriptions. The table has two columns - ID and Description (as below) ID Description 1 02*936 + 01*921 + 12*854
|
| Query producing 522 copies of same record | 22 Sep 2005 06:24 GMT | 13 |
I wrote simple select query in a database I maintain this afternoon and the query is returning multiple copies of the same record, 522 copies to be exact. The query is written using three tables which are related ( I have used these relationships in other queries and they work fine) ...
|
| all columns not always present in query - report won't run | 22 Sep 2005 06:21 GMT | 3 |
I have a report (just a simple table) that I've created from a crosstab query. I've included all 'columns' in the report, but all the columns are not always present in the query. Now, when one of the columns is missing, the report won't run because the report contains a field ...
|
| ID number getting overwritten | 22 Sep 2005 04:49 GMT | 2 |
I have two tables a main table and another we'll call Table 2. I joined them so it says "all records from main table and only records from Table 2 when they are equal, and matched by ID. There are no records yet in Table 2. When I make a query or form and go to add information ...
|
| Include only first part of a field in a query | 22 Sep 2005 04:15 GMT | 2 |
I have a field called Given Names and it includes both the first and the middle name of a customer. I would like to break the two names into individual fields. In other words I want to show just the first name in a field and just the middle name in a second field. How do I do ...
|
| Dates | 22 Sep 2005 03:38 GMT | 3 |
I am trying to do a select query on one table. This table has many records with a DATE type field in each record. I would like to select all records from the table with a given month and year, the day is not important in this query.
|
| Update Quarterly Statement Sent Date | 22 Sep 2005 02:30 GMT | 1 |
I am trying to send out Quarterly statements based on the issue date of the contract. I just need to know how to update the Next Statement field with date of the next statement. Basically adding 3 months. This is the code I am trying but am unable to get to work because I need ...
|