| Thread | Last Post | Replies |
|
| Problem with a query in Access 2007 | 19 May 2008 18:26 GMT | 1 |
Hello experts in Access! I'v got some problem with a query. In this query there are several connected tables. When I run a query I get empty lists. For example there is some info in
|
| Query/Function/Parameter Troubles... | 19 May 2008 18:22 GMT | 2 |
I am having a little bit of trouble with a query of mine relating to training courses. This query is supposed to look at the last date a person took a particular training course and calculate a "DueDate" based on that. From there, I would like to see what quarter and year, ...
|
| Bug in ODBC? | 19 May 2008 16:38 GMT | 3 |
I think there's a bug in an ODBC driver (Advantage ODBC 9.0.0.1). Here's the SQL: SELECT TRDATA.ACCT, repolog.Acct, TRDATA.STATUS FROM TRDATA LEFT JOIN repolog ON TRDATA.ACCT = repolog.Acct
|
| mail merge | 19 May 2008 16:16 GMT | 4 |
I am having an interesting problem with mail merge. I have a query which will not show up on the mail merge window. I see other tables and queries but not the one I am looking for. So experimenting around I removed all of the criteria (i.e. looking for a specific month [month ...
|
| IN-Predicate means OR - I need AND | 19 May 2008 16:06 GMT | 11 |
I have a table like this: tblEACodes: ============================== SK AQ_FKEY aqeEA_FKEY
|
| How to make more text fields in queries in Access 2007 | 19 May 2008 14:55 GMT | 3 |
Hello Access experts! I have a question is it possible to make more text fields in a query? I have a query that needs to take out a lot of info from connected tables. The numbe of text fields that I see in query design is 17. Is it limited or there is a
|
| Classified by segment | 19 May 2008 13:05 GMT | 7 |
There’s a table, with the format: Table1:price,with only one column. I want to use query to Make it output as follows: 1.
|
| Lpad in Access | 19 May 2008 12:32 GMT | 10 |
I am having trouble constructing an Update query using Lpad. I keep getting an "unidentified function 'Lpad'" error message. The same happens in Query.
|
| SUM-Function for strings, to concatenate strings | 19 May 2008 12:07 GMT | 2 |
Hello NG, is there something like SUM, but for strings? I can do SELECT SUM(colname)
|
| Find a number and return corresponding fields in that record | 19 May 2008 10:01 GMT | 1 |
Hi.. i want to find a number (employee code) and if that exists in the table (employee master), then retrieve the rest of the details of that record and display those deails in either textboxes or labels (which would b not
|
| How do I remove leading zeros? | 19 May 2008 07:48 GMT | 3 |
I have downloads from the bank including check numbers containing leading zeros. eg 0002356, where what I want is just 2356. How do I enter formatting in the query column
|
| Add a column to a query (the value of the column needs calculation | 19 May 2008 04:21 GMT | 2 |
I have a table 1, information of customer, primary key custID; Table 2 , information of accounts, primary key account number, one account number is under one custID. Try to link two tables to generate a query with all the fields of table
|
| One-liner causes "Object invalid or no longer set" | 18 May 2008 22:13 GMT | 3 |
I seem to have developed a talent for breaking Access. I have a table of user data with near-duplicate rows. I want to pull out the most recent account for each user based on their name (yes I know this is not robust, the "John Smith"s will be under-represented, but that's ok).
|
| Can I use 'exists' in the ORDER BY clause? | 18 May 2008 21:49 GMT | 4 |
I'd like to have an EXISTS clause in and ORDER BY Clause, but I keep getting a syntax error, even though it looks clean. Here it is: ORDER BY Exists (SELECT [Record-Details-Sales].[ID] FROM
|
| Date range Query | 18 May 2008 15:23 GMT | 1 |
I would like the query to display product under warranty for 90 days from the repair date(s) and display product that have expired past the 90 day warranty up to 30 days
|