| Thread | Last Post | Replies |
|
| can a table be opened in access by todays date | 17 May 2007 14:41 GMT | 1 |
Can anyone point me in the right direction here, I would like to open a table in access 2003 by date. I have an asp web page which needs to read data from a table with each days today's date (which ever day that is) then a new table is created with today's date.
|
| Speed | 17 May 2007 14:23 GMT | 2 |
Some one told me that it is faster a query that has a where like this: where Id=1 or Id=2 instead of where Id in(1,2)
|
| Calculated fields: Display Sum() of field X where FIELD Y is blah - please help | 17 May 2007 14:20 GMT | 4 |
I've had to retire beaten for today. I've been trawling GG's endlessly but I'm not getting anywhere with this so I'm resorting to posting here. Please help me if you can, I'd really appreciate it :) Basically, what I am looking to do is to show by club and where
|
| Can I randomly remove 500 records | 17 May 2007 14:08 GMT | 1 |
I have a budget to post 1500 letters The database supplied has 2000 records Can I randomly remove 500 records All the best, Garry
|
| How do i run two queries at once? | 17 May 2007 13:59 GMT | 7 |
is it possible to update two columns after each other, using one query? ie... i need to update an AGE field from Date of Birth of a person and then after that, update a field to flag people in certain age groups?
|
| Combining Records | 17 May 2007 13:29 GMT | 2 |
I have a query set up which currently contains three records. I would like to be able to add an expression which shows the results of a particular field summing all three records. Example;
|
| need a query to get the values corresponding to latest dates | 17 May 2007 12:36 GMT | 1 |
Briefly stated, I have a table structured like: VariableName (string) Value (double) Date (date) Variable names can be repeated (don't worry, in the actual table I have index numbers that call up the variable names from another
|
| Combo Box and SQL | 17 May 2007 11:10 GMT | 3 |
Our application uses a msaccess frontend and a mssql backend (linked tables). Our application occasionally experiences blocking in sql. We have identified a situation with the combo boxes. When the rowsource of the combo box is large the sql2005 activity monitor shows “Suspended” ...
|
| Still stumped - can't get a date (range). | 17 May 2007 10:21 GMT | 6 |
I have 2 dates - DOB (date of birth) and DOA (date of anniversary) for contacts. I've got a union query that enables me to pull both of these fields into a single field called CombinedDate. This is the SQL statement for the union query:
|
| Help with Crosstab Query | 17 May 2007 04:19 GMT | 1 |
Crosstab Query Help I am trying to create a crosstab query to compare sales by customer- then by year & month. I want it to be set up the following way: January February March .....
|
| Calculated Field value from lookup table entry | 17 May 2007 02:24 GMT | 4 |
I have a field in a query named CreatedLogin. I wish to populate this field with a value from a field named LoginName from a table named zzLogin. DLookup does not work, nor does a direct lookup. There are no forms in this application. How would I do this?
|
| Find and Change | 16 May 2007 23:37 GMT | 2 |
In basic terms: I have a table with fields of Social Security No, Name, and Type (3 letters). There are multiple occurrences of the same SSN and Name, but there may be different Types (e.g., AAA, BBB, CCC, etc). I need to find all occurrences of Type CCC. I don't need to find ...
|
| Returning Last Instance of a Duplicate | 16 May 2007 21:27 GMT | 1 |
I have a table with Multiple records for the same serial number. I need to return only the latest record and the next previous record based on the date of the occurence. Can any one help me wit this scenario?
|
| SubQuery? | 16 May 2007 21:25 GMT | 4 |
I've got this SQL that works fine: SELECT Unit, Function, Min(Prod) AS AProd FROM tblGLFINAL WHERE (((Desc)="Product Code Allocation") AND ((Acct) Not Like "4*"))
|
| Display Date from Unbound Field in Form in a Query | 16 May 2007 20:20 GMT | 2 |
Just had an issue that in 10 years of using Access never saw - just wondering if I just never encountered it or what... I have a form running a query, the user enters a date. The report needs to show the date - so the query has a field like this:
|