| Thread | Last Post | Replies |
|
| Updating an Aliased table | 20 Mar 2007 12:40 GMT | 1 |
How do you update all of the records in an aliased table that is part of a query? I have a real table (that the aliased ones were created from) that contains record changes that I want passed to the aliased ones. John Kraus
|
| Further to.......Surely this must be possible?.. | 20 Mar 2007 12:28 GMT | 8 |
The following reply from Jason Lepack to a previous question sets out how to normalise a design: "A normalized design, if you're interested, is to have 3 tables.
|
| Right Join query with Between HELP | 20 Mar 2007 12:06 GMT | 3 |
I have a table with a date_created and date_expired and I want to look at the 15th of each month and every month since the system started and
|
| Set a SQL Result as Variable | 20 Mar 2007 11:37 GMT | 1 |
Is there a way to set an SQL Result As Variable? The reason why I want to do this, is because of a date comparison. An example: if the date variable is 1-1-2007 and the other date variable is also 1-1-2007 then .....
|
| Multi expression(different condition) in one queries | 20 Mar 2007 11:02 GMT | 7 |
My queries as below; SELECT NetName, Date,Hour, Sum(Total) AS CG0, Sum(Total) AS CG1 FROM totalcc_hour WHERE ((([CC])="000" And (([CC])="010" Or ([CC])="011" Or ([CC])="013" Or (
|
| Comparing records in 2 databases | 20 Mar 2007 06:08 GMT | 1 |
I need to update an access database each day, with stock and price info, and then update it online. Is there a way to compare the before and after tables, and make a new table with only the changed records (only the changed fields!) plus the primary
|
| Problem updating a combo Box | 20 Mar 2007 04:00 GMT | 1 |
I have a couple of subforms : (Diagnoses, ActiveOrders) on a main form (Residents) and I wish to be able to associate a diagnosis with a particular order. The diagnosis field on the ActiveOrders subform has the following
|
| runtime error '2001' | 20 Mar 2007 02:22 GMT | 2 |
i am trying to run a piece of code that i know works to look up the value of a query stored in a table, but when i try to run it, i get a runtime error 2001 message. can anyone help me? the code i am using is: If Nz(DLookup("admingroup", "group"), 0) = 2 Then DoCmd.OpenForm
|
| Count Age Grouping | 20 Mar 2007 02:05 GMT | 1 |
I have an access 2k database in which I need to count groups of records of individuals by that age groups such as 14- 20 no of individuals 21-30 no of individuals
|
| How to sum in an append query | 20 Mar 2007 01:54 GMT | 1 |
How do I create a sum column to add all the months. Problem: whenever the field is zero, the total excludes in the sum. Please see the SQL statement below: INSERT INTO [YTD PRODUCTIVITY REPORT] ( Type, [Atty #], [Atty Name], Hours,
|
| Create a Variable from First 4-5 chars of a existing value ?? | 20 Mar 2007 00:53 GMT | 3 |
In a current table, the values in a particular field are all items like: MD45 Tuesday PM or TX341 Friday AM
|
| Access Query not functioning completely. | 19 Mar 2007 21:54 GMT | 4 |
I created a query with two tables, ID numbers in common. I joined the IDN in both, but only the information from one table is showing in the results. I've done a hundred other queries like this. Did I "set" something that I shouldn't have? Hope someone can help.
|
| Getting rid of ties in Top 5 | 19 Mar 2007 21:34 GMT | 3 |
I get 9 records when I get Top 5 because there are some matches or ties ... is it possible to get rid of these, it is driving me crazy. Please help, Thanks
|
| How do I work with fields with missing data using sumif? | 19 Mar 2007 21:30 GMT | 8 |
'm using Access 2003 and my queries are summing a portion of my data and the others are left blank. Below is a copy of the query with issues: Sum(IIf([NSS]="Pilot" And [Rec Month]=#3/1/2007#,1,Null))
|
| Delete query for multiple records | 19 Mar 2007 19:39 GMT | 3 |
I received a file consisting of 174 original records that we want to delete from a table consisting of thousands of records. How can I write a query that will match and delete each of the records without having to write a separate query for each record?
|