| Thread | Last Post | Replies |
|
| query w/ sql View and access table | 27 Apr 2007 06:05 GMT | 3 |
I have a sql view joined (join option 2) to access table. Key is project/subproject (found on both tables). Not all view entries have matching notes record. How can Users can edit where there is a note, but if there is not a note, it won't allow them to add. Previous to using ...
|
| How do I refer to existing field name that has an illegal characte | 27 Apr 2007 05:08 GMT | 2 |
An existing table to which I must append records has a field named "S&H" really. I am not allowed to change field names in this table. I've tried enclosing the name in [square brackets] and "quotes" with no success.
|
| Searching Text String | 26 Apr 2007 23:07 GMT | 4 |
I use an existing database that allows multiple selections of names from a list box. The field in the record is a text field and is built using the selection of names. The field will have information such as:
|
| Append or Update Query???? | 26 Apr 2007 23:00 GMT | 1 |
Sorry folks, I should know the answer to this. I have a table that stores the days employees take off. The table has the following fields: "Employee Time-Off Table" Type of Leave (Vacation, sick,jury duty)
|
| How to refer to an existing field name containing an illegal chara | 26 Apr 2007 22:20 GMT | 1 |
I'm trying to write an append query for an existing table and don't have rights to change the table design. The field name is "S&H" (Really!) (My quotes). Have tried enclosing the field name in [square brackets] and "quotes", but
|
| Delete Query | 26 Apr 2007 22:10 GMT | 1 |
I have a list of itmes and sales quantities. Each item will appear multiple times becuase the quantity will be different. I want to be able to delete the max quantity associated with each item, how do I do that? If I run a query and select Max quantity, it does not allow me to ...
|
| Simple Update Query returns Error Message | 26 Apr 2007 21:27 GMT | 7 |
Back to my database of records imported from Outlook. This time I want to update the Department field with some descriptions such as Real Estate. I enter the Department field into the grid. In the Criteria row under Department, I enter Is Null, in the Update To row, I want to ...
|
| Parameter queries with multiple parameters and null values | 26 Apr 2007 21:26 GMT | 5 |
I have a query called UserSearch. It queries on a table called users to try to find users with various criteria. The fields being used for criteria are UserName LastName
|
| Multiple Combo Boxes Limiting a Query | 26 Apr 2007 21:10 GMT | 5 |
Hello! I tried searching for an answer to this question but didn't come up with anything, so forgive me if this is a repeat. A while ago I asked a question about combo boxes limiting a query with one of the options being not to pick something out of the box, the answer being a ...
|
| TRIM function isn't working in my query | 26 Apr 2007 21:10 GMT | 3 |
Access 2003 on Windows XP machine: I've imported some data from a text file. The EEName field is 30 characters long, and the data that was brought in is padded with spaces. To trim the extra spaces off, I added a new field, and ran an Update Query,
|
| count of records that meet criteria from two fields | 26 Apr 2007 20:33 GMT | 1 |
What I need to do is create a query that first finds all records that meet certain criteria from two different fields then count those records. We have multiple facilities and programs, so I need to know how many people are in a certain facility [field1] and a certain program ...
|
| Between Dates | 26 Apr 2007 20:27 GMT | 1 |
Use the following syntax in a query: Between #StartDate# And #EndDDate# User input the StartDate and EndDate on a form. Problem: For example if the user enters the StartDate as 12/01/06 then sometimes the query does retrieve the all records dated 12/01/06. I do not
|
| Is ther a like function RAT() in VBA for Access 2003 as in .net? | 26 Apr 2007 19:27 GMT | 2 |
Hello, I'm looking for a function in Access 2003 VBA that would act like RAT() fuction in .net. However, it must be called within a query statment. Thanks A Lot.
|
| Recursive Query or Iteration - Whats it to be ? | 26 Apr 2007 19:21 GMT | 1 |
I am in the process of designing an Access application that helps predict the promotion prospects and likely date(s) of successful promotions of Army personnel. The application is supposed to carry out predictive processing by extracting people meeting promotion criteria
|
| SQL Express query in MDB | 26 Apr 2007 19:05 GMT | 7 |
Dear friends: I have an MDB application with a SQL Express back end. I have written some extensive query work there that cannot be written for Jet (indeed, if I try to extend this query work, SQL Server fails, "Internal Error").
|