| Thread | Last Post | Replies |
|
| Append a record multiple times to a new table | 01 May 2008 12:26 GMT | 1 |
I am needing to take an existing table that has one record per person and add multiple records to a new table. A field in the existing table indicates how many duplicate records to add to the new table for each person in the existing table.
|
| An Inner Join on an Inner Join | 01 May 2008 12:10 GMT | 1 |
In an M2M relationship between headers and quads I wish to select the header keys & names where the header record contains both of two quadkeys (CKey) from the join table, tblQuadsJoin. I've been trying to do this with an inner join on an inner join
|
| SubDataSheet ability comes and goes without reason | 01 May 2008 10:43 GMT | 2 |
In Access 2003, I have a query that uses a SubDataSheet. The problem is that the plus sign [+] selection column sometimes shows and sometimes doesn't. In fact, it seems to alternate when I open the query view. For example, the first time I open it, the plus won't
|
| Combine Multilple Tables | 01 May 2008 09:37 GMT | 9 |
Access 2003 i have 4 tables that are basicly identical 1st nine weeks, 2nd nine weeks, 3rd nine weeks and 4th nine weeks they all 4 have the same colums
|
| Change/Save to aggregate query shuts down Access | 01 May 2008 07:03 GMT | 6 |
I'm working with a query (written by another) that nests 3 IIF's into a single expression, then performs a GROUP BY on about 12 fields, including this expression. The query runs fine, and modifications can be made and run in SQL or Design view. However, when I modify the query ...
|
| Synchronization Module | 01 May 2008 04:43 GMT | 4 |
I wanted to set up a task that would run night to open my database and having a module that runs on open that would synchronize to all the databases. Is there code to do a synchronization? Thanks.
|
| Group by month then count rows | 01 May 2008 04:29 GMT | 4 |
I need to write a query (as opposed to a report) that totals records for each month. My table has concatenated date/time fields. I can count the total records using count(*), but all attempts at grouping run up against a syntax error.
|
| How to run an append Query in VBA on a recordset | 01 May 2008 01:52 GMT | 2 |
I have some code running on an event procedure. At one point in the code I need to run an append query. If the data to be appended to the table LETTERHISTORY was in another table, I would just have an append query and DoCmd.OpenQuery "QueryName".
|