| Thread | Last Post | Replies |
|
| Make query - multiple records into one record | 23 Aug 2007 14:08 GMT | 4 |
Newbie poster on these forums! :) ...and fairly new to Access, so I appreciate any help that can be offered. I have the following: EOBcode table
|
| Expression | 23 Aug 2007 14:04 GMT | 4 |
I am trying to recreate a query using the same tables and one of the expressions is this: Salutation: IIf([company]=([FirstName] & " " & [LastName])," ",[Salutation1]) What I can't figure out is why it will not display in the new query. The
|
| Adding a fixed value to a query | 23 Aug 2007 13:34 GMT | 2 |
I have a combobox which is populated from a query. It is used to set a filter for the records shown on a form. So far so good. BUT I want to add a fixed entry of "All" to the top of the list....
|
| searching form multiple Values in a Text Field | 23 Aug 2007 13:30 GMT | 1 |
Hi.. I have a table of Products and StateID. The products with a field for which states they are availble using the codes from the StateID table tbl-Products
|
| "invalid bracketing of name" when referencing Query Parameter | 23 Aug 2007 12:42 GMT | 7 |
In Access2003 I have a query that uses the start and stop date that it gets from a form. In the query I have entered the fields in the Query Preference. Form - "frmSelector" start date field - [forms]![frmSelector]![txtStartDate]
|
| searching form multiple Values in a Text Field | 23 Aug 2007 07:06 GMT | 1 |
Hi.. I have a table of Products and StateID. The products with a field for which states they are availble using the codes from the StateID table tbl-Products
|
| Part of the Procedure not to execute in eddit mode | 23 Aug 2007 01:11 GMT | 1 |
Some one please look at the code below and tell me how I can modify it so that the portion of the code containing: Me![txtItemNumber] = Format(DMax("[ItemNumber]", "[Tracking]") + 1, "000000") [TimeReceived] = Date
|
| Adding a parameter to an existing query | 23 Aug 2007 00:17 GMT | 8 |
I have a query that requires start and end date. I would like to add a parameter to ask for a customer number. Customer Number is the title of the Field that I need to derive the information from. I have included the SQL below to help you help me. Thank you .
|
| query | 22 Aug 2007 22:20 GMT | 8 |
I have a table with 2 fields labeled "referenceno" and "referenceno2" and am using a query to pull data from the table. The query is asking the user to enter the reference # and it's only pulling half the data. This particular problem has a reference # of 081207A and 081207B ...
|
| Slow query when selecting more than one column? | 22 Aug 2007 21:24 GMT | 1 |
I have a query that returns 1000+ records, and when I run it selecting 1 column, the rows returned are extremely fast. If I select more than 1 column in my query, it takes a very long time to return the dataset. Why is that?
|
| Query Criteria Results | 22 Aug 2007 21:22 GMT | 2 |
I have a query with many fields but I want the output to show only those records that have data in one of the fields. If this particular field is blank, I do not want the query to show that record. Thank you.
|
| Nested Queries Help! | 22 Aug 2007 21:04 GMT | 3 |
Consider a simple Structure: SalesTable: OrderID, DateOrdered, Etc. InvoicesTable: SalesTable.OrderID, InvoicedAmount, DateCollected PayablesTable: SalesTable.OrderID, PayedOutAmount, DatePaid
|
| update with another query or with a join | 22 Aug 2007 20:50 GMT | 2 |
I have this query thatès working fine: SELECT Max(GI_ACTENREG_TB.DHREACT) AS MaxDeDHREACT, GI_ACTENREG_TB.DOSSIER FROM [T-Gestion des usagers] INNER JOIN (GI_ACTENREG_TB INNER JOIN GI_ACTIVITE_TB ON (GI_ACTENREG_TB.ACTCODE_OFFICIEL = GI_ACTIVITE_TB.ACTCODE)
|
| Strip out part of a text field | 22 Aug 2007 20:30 GMT | 3 |
Hi, I have a text field on my form where I scan barcodes from incoming packages. What I need is a code that will count the number of digits of the number scanned from the bar code. In this case all the digits are numeric. If the
|
| Can You Locate Fields? | 22 Aug 2007 20:20 GMT | 3 |
There are many queries built into our database. I changed one of the fields from Text to Yes/NO. Is there any way to conduct a search to find out how many of the queries use that field? Not too hopeful, but I had to ask. Thanks
|