| Thread | Last Post | Replies |
|
| DROP PRIMARY KEY | 28 Mar 2007 02:04 GMT | 2 |
Hi there ... I want to DROP a PRIMARY KEY from an access table before I can add a new one ... The code I have now is ... ALTER TABLE info DROP PRIMARY KEY but that doesn't seem to work ... Can anyone please help me with this?
|
| Mail merge to Word using 1:m relationship | 28 Mar 2007 02:04 GMT | 7 |
I was pointed to the following to merge a current record to a Word document http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html I worked out how to do this on one database because my information source was a single table.
|
| Generating a list of queries in the database. | 28 Mar 2007 02:03 GMT | 1 |
I want a list of all the queries in an Access 97 database. Is there anyway of listing the names of all the queries?
|
| Too many IIFs | 28 Mar 2007 01:57 GMT | 2 |
I want to add a field to my query that displays "Approved" if the [Note] field contains certain verbiage and "Review" for anything else. IIf([Note] Like "*Cost*","Approved","Review") works except that I want to add several more conditions. I thought about setting up a second ...
|
| Date field problem | 28 Mar 2007 01:10 GMT | 2 |
I created an Access 97 database a year ago and it always worked fine. Since this morning, it does not work anymore. I received the error : This expression is typed incorrectly, or it is too complex to be evaluated. For example, a numeric expression may contain too
|
| query problem | 28 Mar 2007 00:21 GMT | 5 |
Either i have a problem with this query or i am the problem. i have query that combines data from two tables. but somehow, when i try to add another column to the query, i am not getting anything. even though there is not data associated with the new column,
|
| Creating Forms | 28 Mar 2007 00:16 GMT | 2 |
I want to create a form on my website but do not know which program to use. Should using html be adequate for the purpose?
|
| Query selecting those players who played under par | 27 Mar 2007 22:08 GMT | 4 |
I have the following 3 fields in an Access 2 query Under: ([Nett1]-[CCR1]) Sort Ascending Criteria < 0
|
| Help w/Query | 27 Mar 2007 21:03 GMT | 4 |
I am trying to build a query based on 2 tables. Main Table has Entry#, Date, Location, Product1, Amount1. Product Table has ProductID, Content, and Catagory. I am trying to add the Content and Catagory for the product that is selected in the main table. Because later on i need ...
|
| Joining 2 Queries | 27 Mar 2007 20:06 GMT | 3 |
I have two queries that I want to join. I want to use SQL so that I can eliminate the queries how would I do this? Query 6 SELECT tblChecks.ChkTabID, tblChecks.ChkAlias, tblChecks.CheckID,
|
| nested OR in queries | 27 Mar 2007 19:41 GMT | 3 |
I have a table that has 20 date fields for each record. I need to select any record that has a matching date in at least one of those fields so it becomes a huge OR in a query and I have noticed that I am limited to 9 in a query. Is there a way to do this efficiently or will I need ...
|
| Even as I write this I know I've set it up wrong..... | 27 Mar 2007 18:57 GMT | 4 |
The database has a form which feeds into a table. The table has been set up so that it contains a persons ID and then five fields in which there is a choice of training course. The range of courses that can be chosen for each field is exactly the same (from a combo box). There
|
| Proximity | 27 Mar 2007 15:41 GMT | 1 |
I would like to be able to calculate distance from a specified location to other locations in my database based on Latitude and Longitude. Any ideas? Terry Schawe
|
| restrict data in combo box | 27 Mar 2007 15:32 GMT | 2 |
I have a combo box that lists returns. The returns can be open or closed. I want the user to be able to restrict the data in the combo box if they check the [ckOpen] check box. I've tried several ways but none of them work. Any help would be appreciated.
|
| UPDATE Query | 27 Mar 2007 11:46 GMT | 3 |
Help! I am trying to write a query in access VBA. The query is doing a count and inserting the figures into lots of different sub tables. After all the counts are done, I want an update statement to update one big table with all the figures.
|