| Thread | Last Post | Replies |
|
| How to find records that only contains digits? | 29 Sep 2006 17:53 GMT | 4 |
Im using the design view to build a query, and what I need to extract is all the fields which value is all digits. I've found the suggestion on this group which says it should be formed like this: Not Like "*[!0-9]*"
|
| Send Password in Remote Query | 29 Sep 2006 16:54 GMT | 1 |
Is there a way to pass a password using a remote Query? If the following "c:\database.mdb" is password protected, running the following results in a "not a valid password" error. Is there a way to pass this password with the query?
|
| Inner Join Question | 29 Sep 2006 16:00 GMT | 3 |
I have a report that links two tables together, "Contacts" and "Calls". I have created a query (see below) that has an inner join so I can display all of the wholesalers that don't meet certain criteria in a report. However, only records with linked data in both "Contacts" and ...
|
| Date field in query | 29 Sep 2006 15:58 GMT | 2 |
I need to add criteria to pull through all records where visit date is current month and next 2 months (i.e. 01.09.06 to 30.11.06). Can anyone advise what I should do? Many thanks
|
| Date Formatting | 29 Sep 2006 15:34 GMT | 5 |
I have a query that sums daily oil production and groups it by month. This is a make table query. I use DateValue(Format([Date],"mm/yyyy")) to group the date by month. In the table the field for the date still shows a day value (i.e. 1/1/2006). This is okay but I need the field ...
|
| Comparing a Month & Day Combination | 29 Sep 2006 14:58 GMT | 2 |
Hello Fellow Access User! In my data, I have two fields that contain dates, say Field1 and Field2. I have a query that creates another date field, say Field3, so that if the combination of Month&Day in Field 1 (say 51 for 5/1/2005) is greater than the
|
| Table joins | 29 Sep 2006 13:49 GMT | 4 |
Hello!! When I create a query on multiple tables, it becomes sometime impossible to edit the result of the query. I know that it has to deal with the index of the table that are joined, they
|
| One to many back to one string | 29 Sep 2006 13:08 GMT | 5 |
I had a quick search for this but couldn’t find anything. I have a one to many relationship. Unique ID in table 1 and multiple in table 2. Table 2 also has a code name for each occurrence. I want these codes names brought back into one string in table 1 against each ID. I did it ...
|
| Moving data to tabular format from list table | 29 Sep 2006 12:14 GMT | 9 |
I'm trying to extract information in an Access table into another table which shows information in a tabular format. For example the table I have consists of basically a list of staff names along with skills/training they have undertaken for example;
|
| overflow error | 29 Sep 2006 10:45 GMT | 5 |
I have a query that runs fine until I put >0 in the criteria. When I do that and try to run the query I get an error "OVERFLOW". The SQL for the query is: SELECT FullYrDeprMichele1.intAssetCost, FullYrDeprMichele1.AccumDeprec, [intAssetCost]-[AccumDeprec] AS [Book Value],
|
| permissions problem? | 29 Sep 2006 07:41 GMT | 6 |
I recently had my PC shut down suddenly whilst Access 2003 was open and appeared to loose some queries. They reappeared when I selected "show system objects". But! I cannot open some of them - I get "could not read definitions;
|
| get all the records from LastValidTech even one of the condition dont match | 29 Sep 2006 05:37 GMT | 1 |
Hi: I try to print data from LastValidTech even one of the condition Join/Where dont match. But it shows empty record. SELECT LastValidTech.Account1,
|
| Plotting price changes. | 29 Sep 2006 01:47 GMT | 7 |
I have a Query which stores the prices charged by suppliers. I need to keep a record of price fluctuations, so this would mean storing any
|
| ACCESS QUERY: Get Values after Grouping and finding Minimum | 29 Sep 2006 01:18 GMT | 3 |
I have a simple table in Access with four cols, as an output from my GIS: BUILDING_ID , ROAD_ID , ROUTE_ID , DISTANCE The table shows the distance of each building from each road, and many
|
| Limiting Records from Query | 29 Sep 2006 00:07 GMT | 1 |
I have a table used to sign up students for a class. The maximum per class is 20 in each class and I use a unique class ID for each course. How do I have the number of people who sign up stop when the class is full? I use a query to count the CourseID. If the participation ...
|