| Thread | Last Post | Replies |
|
| duplicate records | 30 Oct 2007 12:31 GMT | 1 |
I have a property management database that has many of the same tenant names but at different street address but same mailing address. I want to run a query that only shows the tenant once.
|
| lost table relationships | 30 Oct 2007 09:14 GMT | 4 |
I am using Access 2003, front end tables are linked to the back end, links are checked every time the db starts. In my front end, I had 100 % of the relationships gone in 100 % of my queries. Checking the backend, all relationships were present and intact.
|
| Append query with addtional fields | 30 Oct 2007 09:13 GMT | 10 |
I am trying to create an append query with two additional fields. The first is a date field. That I do not have an issue with. The second field I want to be an autonumber type field. I have input the following expression into the query:
|
| make +ve number -ve and -ve number stay same in same column | 30 Oct 2007 06:09 GMT | 3 |
Budget is our income and sometimes this is positive. I need to make this column in a query all negitive values. I am using the IIf function but it is not working. Budget: [budget_amount] IIf ([budget_amount] >=0, [budget_amount]*-1,
|
| How can I merge two pairs of fields into 1 pair of fields | 30 Oct 2007 04:47 GMT | 4 |
I have four fields which I want to merge into 2 fields: Run_From Run_To Run_From_Postcode
|
| delete query question | 30 Oct 2007 03:00 GMT | 3 |
I have a database for tracking equipment repair requests. Each shift, if they have a problem with a piece of equipment, will enter a "concern" into the database. If both shifts have the same problem then a request for "countermeasure" is created.
|
| create one table from six queries | 29 Oct 2007 20:40 GMT | 9 |
I have an excel report which draws data from access. The excel table looks like this: Each project is reviewed by two people Reviewer Name | Reviewer1 | Reviewer2 | Total last 12 months
|
| how can I restore my computer to initial programme set up? | 29 Oct 2007 20:36 GMT | 1 |
Please help me to access as administrator or Power user.
|
| Product Calculation in an Access Query | 29 Oct 2007 19:44 GMT | 4 |
We have a table of Index Returns for every month end starting in 1992 to current date. In access I am trying to calculate the Annual compound return for 10 yrs, 5 yrs, 3 yrs and 1 yr. Originally this calculation was done in excel and each index would have a
|
| Crosstab Query and Zero Values | 29 Oct 2007 18:52 GMT | 1 |
Greetings, thank you in advance for looking. Basically the database tracks spend based upon the vendor and who is spending the money. Problem is that not all spenders spend with all vendors and vice versa. I need to create a crosstab query that I can take out of access and paste ...
|
| re: Extra ) in query expression problem | 29 Oct 2007 17:41 GMT | 2 |
I have the following error relating to a UNION query I am trying to write in SQL. Extra ) in query expression (((HEALTHCHECKS.[Actual Date]) Between Date() And Date()-"90") AND
|
| How convert GMT to LocalTime in Access 2003 | 29 Oct 2007 17:37 GMT | 7 |
I have Access 2003 database stores Time in GMT. I want to convert this GMT time into localtime when I display in Report. How should I write the query? Thanks
|
| Keeping data distinct | 29 Oct 2007 17:17 GMT | 2 |
I have created two Forms from the same Query, one of which picks up people’s names from a related Table and the other of which, correctly does not. The problem is that when I post the results to the Client ( as an Invoice) through the common Query the names are automatically ...
|
| query returns records that don't match criteria | 29 Oct 2007 17:17 GMT | 5 |
I am viewing an SQL db thru Access 2000. Sometimes when I do a query, I get data for records that don't match the criteria. For instance, I want to search for all clients = abc in tablea (code,number returned,amount received,client). I add all fields to the query and in
|
| conditional string conversion to mixed case | 29 Oct 2007 17:12 GMT | 2 |
Is it possible to apply StrConv([field],3) query only to those fields where contents are in all lower case, all upper case, or all lower/upper with hyphen?
|