| Thread | Last Post | Replies |
|
| How to join 4 tables with equi joins and left joins | 29 Jun 2005 20:59 GMT | 1 |
I need to join 4 tables R, S, C and X. I need an equi join between R and X and a left join between R and S and R and C. None of my many SQL books give the syntax for this. Anyone know the SQL syntax? I have something that partially works but when the join column in table C is
|
| Query criteria with multiple values | 29 Jun 2005 20:26 GMT | 5 |
I am trying to create a query with a criteria that will allow for multiple values. The field in the table is "state" and the query I want will allow for multiple states to be selected. Many thanks, John
|
| Problem with dialog in double parameter query | 29 Jun 2005 19:08 GMT | 3 |
This is a very simple query to select all fields for a specific recor identified with two parameters. The query selects the correct record however the dialog in the pop-up window that asks for the parameter is goofy. Where it should say, "Enter field1 value" it show
|
| Concatenation/Displayed vs. "Natural" Order | 29 Jun 2005 18:42 GMT | 2 |
I have a query that produces a table of Part-Date-Quantity&Date, telling me how many of that part has been ordered for date x, with the likelihood of several records for each part. With a second query, I have to concatenate the Quantity&Date values for each
|
| removing buttons | 29 Jun 2005 18:36 GMT | 5 |
i am trying to make a form to just run through records, but i dont want those default buttons at the bottom of the window, as i am taking care of the buttons myself... is there a way to take that bottom toolbar off?
|
| Query with a mult-value criteria | 29 Jun 2005 17:24 GMT | 3 |
They say that persistence pays off! I have tried asking this question before AND I have seen posts from others asking what I believe is the same question, but neither I nor other people have received a satisfactory answer. So let me try again…..
|
| Updating record | 29 Jun 2005 17:20 GMT | 2 |
I am reading a single record in my table and then want to update this record. How would I do this? vSql = "select * from tbImport" Set db = CurrentDb()
|
| Append query? | 29 Jun 2005 16:44 GMT | 5 |
I have a table (tbl_Owner_Info) with fields "First_Name" and "Last_Name" that are linked via combo box to 2 other tables (lul_First_Names and lul_Last_Names), which now have about 450 first & 300 last names. The reason that I'm doing it this way is to assist the user in getting the
|
| Query running very slow | 29 Jun 2005 16:09 GMT | 1 |
Any suggestions on how to speed up this query? As it is, it take about 3-5 minutes to run. SELECT MissingByColumn.tag, MissingByColumn.Fix FROM MissingByColumn LEFT JOIN [Define Columns] ON MissingByColumn.Fix =
|
| JOIN using LIKE | 29 Jun 2005 15:58 GMT | 2 |
Hello I'm trying to create a query with A JOIN clause that is using LIKE. The problem : In table A I have international phoned numbers like this : Col1
|
| Saving a query as a table | 29 Jun 2005 15:55 GMT | 1 |
Is it possible to save a query as a table, either in the same or a diofferent database?
|
| Saving a query as a table | 29 Jun 2005 15:51 GMT | 1 |
Is it possible to save a query as a table, either in the same or a different database?
|
| delete query help | 29 Jun 2005 15:12 GMT | 1 |
I want to delete all records in a table with a field called MoldID with < 5 characters. Is this possible?
|
| Using a query to exclude a few records | 29 Jun 2005 13:28 GMT | 3 |
Hello. I have a table in which i need to make a query that excludes records if one of the columns is equal to one of two values. I have made the query, and it does some strange things. The query was built in the query design window.
|
| How can I call a function in one querie? | 29 Jun 2005 09:53 GMT | 6 |
I created a function in a module in access 2002. How I can call this function in one querie? Thank you
|