| Thread | Last Post | Replies |
|
| Runtime error 2427 on opening report | 06 May 2005 09:57 GMT | 6 |
I have designed a basic d/base in access 97. On a form I can select a job manager and month and then press a command button to run a report of customers jobs for that selection. Where there are no jobs I get Runtime error "you entered an expression that has no value. Here is the ...
|
| Round up without using visual basic (equivalent to Roundup()) | 06 May 2005 08:31 GMT | 4 |
I need to round up a value in a query to a multiple of 2: Example: 3.14 would round up to 4, 4.001 would round up to 6. How do I do this using the round function?
|
| Recordset is not updateable. | 06 May 2005 06:28 GMT | 3 |
I have a table that I need to update and I have changed this arrangement too many times to count. I think this is the closest that I have come yet. Here is the SQL. SELECT qa.WONumber,
|
| How do I stop duplication in my query in access | 06 May 2005 06:19 GMT | 2 |
can anybody help me please
|
| QUERY: Quarterly Subtotals on Multi-Year Report | 06 May 2005 04:42 GMT | 3 |
Using Access 2000. The data for the report is in one table - tblTimeCards. The critical fields are [ProjectID], [WorkDate], [Description] and [BillableHours]. For audit purposes, I need to create a report for each [ProjectID] which will display the [WorkDate], [Description] and
|
| Time Deducted From matching time frame??? | 06 May 2005 04:10 GMT | 15 |
HELP! (Please) First, let me explain. I need to enter 3 time ranges that make up a work schedule, StartupTime, productionTime, ReconcileTime. (Lets call
|
| Calculate the difference between records | 06 May 2005 04:03 GMT | 1 |
I have a table that has an autonum primary key and fields of date, meterID, reading and volume. What I would like is for the volume field to be the result of a calculated field of the latest reading for a particular meterID minus the previous meter reading for that same meterID ...
|
| Inconsistent query results | 06 May 2005 01:53 GMT | 5 |
I've discovered a serious problem in my application. My app uses an MS Access ('97) format database to process some data for reports. I have a lot of queries of queries of queries etc. My report database actually links to tables in a 'real' Access database so that I don't change ...
|
| SQL DDL | 06 May 2005 01:49 GMT | 1 |
I have a script to create tables and relationships. It works fine when I run it using Query Analyzer in SQL Server. However, Access seems to choke on DDL that attempts to both create a table and set a relation in one SQL statement. For example, I have found that running just this ...
|
| Aggregating string values | 06 May 2005 00:10 GMT | 2 |
I have table with two fields, Field ID1 can repeat but not ID2. ID2 is unique primary key Both have string data type Table T1
|
| How do I refer the Friday of a particular week? | 05 May 2005 22:12 GMT | 9 |
I have data entered in a field and I need to create a field in a query that calls on that date and returns the date of the Friday of that week. For instance if "Entry Date" is my date field and "5/4/2005" or "5/2/2005"is in this field what formula would I use to return ...
|
| Changing 0 to 1 in a table | 05 May 2005 22:08 GMT | 2 |
I want to run a query that will automatically change the zeros in a field to a 1. I know how to do this manually by replacing a 0 with a 1 but I want to have it in a query. Thanks
|
| Need help with Elseif statement | 05 May 2005 21:06 GMT | 3 |
I need help with an Elseif statement. Table Name: Modified Report Assignments Fields: Fund
|
| Autolookup is not working | 05 May 2005 21:04 GMT | 3 |
I followed all the steps to create a query for autolookup, but its not working. Would it be the fact that the unique field is an autonumber? I find the customer id on the main form and it populates in the subform. However, none of the other data populates, first name, last name. ...
|
| need query to show nulls sometimes, exclude them other times. | 05 May 2005 20:32 GMT | 2 |
On my form that shows a list of part numbers, I have combo boxes that filter for the various fields. The Criteria lines in the underlying query point to these combo boxes. Some of the fields have nulls. The Right now my Criteria lines look like:
|