| Thread | Last Post | Replies |
|
| DSN-LESS Connection Strings in Pass Thru QueryDef | 17 May 2007 22:20 GMT | 1 |
For the Applications I support, I prefer to use DSN-LESS connection strings rather than DSN. The DSN-LESS connect string works wonderfully for all my ADO objects. BUT
|
| DateAdd Question | 17 May 2007 22:19 GMT | 1 |
Hi Group, I'm using this code from John Vinson (many thanks for that) and it's working very well: DueDate: DateAdd(Switch([Frequency] = "Annual", "yyyy", [Frequency] =
|
| improving performance of union query | 17 May 2007 20:58 GMT | 1 |
I need to access data from several large tables approx 1 million records each. There is a table for each month in a separate database over 300mb each. I need to create a front end by linking to these tables and creating a union query to allow users to access the data from all ...
|
| How to update using a query? | 17 May 2007 20:07 GMT | 1 |
I have a seperate query made that calculates a total score. SELECT MOCA.STUDYID, [Moca_S1]+[Moca_S2]+[Moca_S3]+[Moca_S4]+[Moca_S5]+[Moca_S6]+[Moca_S7] AS Score, MOCA.Moca_EDU, IIf([Moca_EDU]=1,[Score]+1,[Score]) AS NewScore,
|
| Sorting | 17 May 2007 20:03 GMT | 2 |
I have a form with a record source: SELECT Contacts.* FROM Contacts; Contacts has fields LastName, FirstName and CompanyName. Not every Contact with a LastName has a CompanyName, and not every CompanyName has a LastName.
|
| Prompt for <= Date and Press Enter for All | 17 May 2007 20:03 GMT | 1 |
In a query, how do I prompt for Ending Date? I want to also press Enter to return all records. Thanks in advance.
|
| union all on 2 select statements -- see error message - please help | 17 May 2007 18:33 GMT | 2 |
Hi, I want to use a union funtion in a query/stored procedure. Below is the error message displayed. Please help me to figure out what I am doing so wrong. Thanks MC Error: Order by items must appear in the select list if the statement
|
| Update Query Question/Problem | 17 May 2007 17:22 GMT | 1 |
I have the following for an update query: UPDATE tNEW RIGHT JOIN t05 ON tNEW.[Cust Material Number] = t05.[Cust Material Number] SET tNEW.[Vendor Material Number] = t05.[Vendor Material Number], tNEW.[Part Class] = t05.[Parts Class]
|
| Converting Access DB to Access Project | 17 May 2007 17:18 GMT | 3 |
I have converted my Access db to an Access Project. All is well except one search query. In Access, my criteria is: Like "*" & [Forms]![frmAllSearch]![txtWhatBook] & "*" I have the same form in my ADP, but when I copy and paste this into my
|
| want to grab Day of week in a LIST | 17 May 2007 16:56 GMT | 2 |
I have a frequency field and it is a drop down the choices are any combination of days for example Mon, Wed, Fri or Mon, Tues or Wed or Wed, Fri- you get what I mean- ANY combination. Each cleaning job that needs to be done the frequency gets selected from the dropdown. ...
|
| Query Update based on Combo Boxes | 17 May 2007 16:54 GMT | 3 |
Hi, I am reposting this question, any help would be really appreciated. I have a form with few combo boxes and a subform (query), i want the query based on the combo boxes selection. The issue i am facing is in the following line:
|
| minimize/hide query windows | 17 May 2007 16:01 GMT | 1 |
I run ~200 queries which modify the data, create some tables etc, through a macro. The macro runs when the user clicks a button on a form. I would like the queries to be invisible while they are running; but currently the user sees 50+ query windows open/close which is
|
| can i calculate the total of a particular text field? | 17 May 2007 15:56 GMT | 1 |
i have a field called "heat expense", the contents of which are: under 50, 50-100, and so on. i need to find out how many people pay under 50, how many people pay 50-100, and so on. i cant calculate the total because it is not a number or currency but a mix of both. i cannot ...
|
| Queries about changing date format | 17 May 2007 14:48 GMT | 3 |
I have a table that has a date in it and it also has the time. I need to get rid of the time and leave the date. What is the best way to do this?
 Signature Thomas
|
| Need to query three controls on a form | 17 May 2007 14:41 GMT | 6 |
I have a form with three drop down boxes. The data source for each is the same. Driver1 Driver2
|