| Thread | Last Post | Replies |
|
| Please help with my formula | 27 Nov 2007 19:58 GMT | 8 |
Hello all, I have the following formula for one of the fields in my query, and I am getting an error message "Invalid Procedures Call". Exp 1: Mid([Student]![Student Name],InStr(1,[Student]![Student Name]," ",0),6)
|
| Removing characters after tilda sign | 27 Nov 2007 18:40 GMT | 5 |
I am trying to remove all characters after a tilda sign: original field text: 86.HCGS.100794..GTEW~MPVERC desired field text: 86.HCGS.100794..GTEW I created the following module, but it does not recognize the "*" wildcard
|
| Query help | 27 Nov 2007 18:13 GMT | 4 |
I'm trying to create a query that will calculate how much someone has contributed year-to-date to their supplemental health care plan. Basically the employee agrees to contribute an amount of their choosing. This amount is then divided out so that the individual pays a certain ...
|
| Query is not runnig | 27 Nov 2007 17:45 GMT | 7 |
Hello Reader! I have designed a query with two tables. One is linked (with Sql server 2000) table and othe is Local table, I have defned relationship between One field (both are text fields). When I try to execute this query, execution
|
| Help on Counting Query | 27 Nov 2007 16:40 GMT | 4 |
I have an employee dbs that we use to keep track of all employee info. We are beginning to use the dbs for more - to keep track of schedules and # of employees on duty in an hour. I am stumped. I need help starting with the tables and then i would to end up with rpt or ...
|
| Can you explain these query results? | 27 Nov 2007 16:33 GMT | 5 |
SELECT Q.*, D.TargetDate AS GRRCHTarg, D.ActualDate AS GRRCHAct FROM (qryRpt5YrProgress4 AS Q LEFT JOIN tblPkgDates AS D ON Q.[5YrPkgID]=D.PkgID) LEFT JOIN tblPkgDateTypes AS DT ON D.DateTypeID = DT.ID WHERE DT.DateType = 'GRRC Hearing';
|
| Zip Code Query | 27 Nov 2007 15:34 GMT | 2 |
I am working with two tables. Each table contains a field for a zip code. Table A has an 11 digit zip code and Table B has an 11 digit zip code. I currently run a join query to capture all matching records. Table B also has zip codes less than 11 digits. I am trying to write a ...
|
| Running a query to identify clashes | 27 Nov 2007 15:02 GMT | 9 |
I am creating a Vehicle Bookings database and have created a query which identifies any clashes for bookings of vehicles to eliminate double bookings. When a user books a car, i would like the database to check with the query to see if the vehicle is available and if it is, accept ...
|
| Please explain the steps to use the Dlookup function in Access? | 27 Nov 2007 13:38 GMT | 1 |
explain me the steps to use the dlookup function like how we use in EXCEL
|
| Help With Date Calculation Query | 27 Nov 2007 13:10 GMT | 4 |
I have not used access in awhile. I have dumped a lot of data into an access database and I need to compare two date fields that would essentially need to measure the number of days between the invoice date and the payment date. I created the following expression, but cannot ...
|
| Previous Date Query | 27 Nov 2007 10:40 GMT | 5 |
Hi everyone, I'm trying to create a SQL passthrough query or SQL view and this ones driving me mad! SQL Server 2000 for back end Access 97 for front end
|
| Update query | 27 Nov 2007 07:58 GMT | 3 |
I want to build a query where the data from the table products1 to be inserted into the table products. I have made he following query which does not update : UPDATE products INNER JOIN products1 ON products.Productid = products1.
|
| How to sort columns in a Crosstab Query | 27 Nov 2007 03:27 GMT | 2 |
I have a Crosstab query that uses a rolling 6 months of week numbers for column names but will not sort the week numbers in order of the date. TRANSFORM Count(test.Status) AS TEST
|
| calculating maturity dates.. | 27 Nov 2007 02:49 GMT | 6 |
i have here for my database some investments... and then, for every investment, there are different terms which the user will choose from... either days, months, or years.. and then i want the maturity date to be
|
| modifying field values in an Access 2003 query | 26 Nov 2007 23:15 GMT | 3 |
Someone please help. Is there a SQL or Visual Basic statement that can be used to set/change the values in a field in an Access 2003 query to a default value?
|