| Thread | Last Post | Replies |
|
| More Queries... | 07 Jun 2004 05:04 GMT | 2 |
I have two tables, they contain: Table1: ID1, Name1, Address1, Purchase1 Table2: ID2, Name2, Address2, Purchase2 I need a query which will show ID1, ID2, Name1, Address1 from Table1 and
|
| When is it a look up table and when is it an real entity? | 07 Jun 2004 04:59 GMT | 2 |
That subject line will have Joe Celko apoplectic!! Let's say I have this thing. Oh, I don't know, a car. No, a vehicle. Can we agree that is an entity type? Some attributes might be VIN, Fuel, Color.
|
| Remove identical records from the same table | 07 Jun 2004 04:54 GMT | 1 |
I have a table with the following information: ID, Name, Address, Field4 In this table it happens to have duplicate records with identical Name and Address but different content in Field4. I want to find how it is possible to build a query which will remove records which have ...
|
| when to use indexes | 07 Jun 2004 02:12 GMT | 4 |
Is there anyone who has some sound rules of thumb for using indexes. I see that, for example, access automatically adds them to linked tables, but I feel, they are probably of more use in text fields (for sorting purposes), etc....
|
| Automatic update of linked ODBC tables | 07 Jun 2004 02:03 GMT | 3 |
I have a network server with MySQL on it and I am trying to make access update the information it has in its linked table on startup or command. I know nearly nothing about macros or modules. I am basically wanting to make sure that the data access is displaying is
|
| Deleting Records | 07 Jun 2004 00:45 GMT | 3 |
I have a data entry form (access 2000) that also allows the user to add, update, and delete records from the form. The Delete action is carried out in an event procedure and has the following code: Private Sub Command28_Click()
|
| Two Databases | 06 Jun 2004 22:46 GMT | 2 |
I have two databases that I have been able to combine the two backends into one and still have two different front ends. One front end is for creating appointments and the other is for entering the quote information. I tried to combine both front ends into one, but this seems to ...
|
| Help with Totals in Report | 06 Jun 2004 19:02 GMT | 1 |
I have (WH,OTHER, DRVER) in a field Pro_Code. I want to be able to calculate how many "WH", "OTHER", and "DRVER" is in the field. At the report footer I want it to look like this: TOTAL WH = 9 TOTAL OTHER = 6 TOTAL DRVER = 8
|
| Report printing | 06 Jun 2004 18:24 GMT | 1 |
Can anyone help me! I'm trying to create an automatic printing process involving an Access database, at present I have 9 different reports set out, what I want is each report to print out using a PDF printer. I'm currently using
|
| Using wild card in Iif statement | 06 Jun 2004 16:01 GMT | 1 |
Could somebody please tell me if it is possible and if how? I am wanting to do : Iif([DC]="*PE","Y","N") In other word i want it to fine HZPE, AEPE, HEPE etc... Les Stout
|
| E-Mailing A word attachment using Access | 06 Jun 2004 13:26 GMT | 4 |
Can someone point me in the right direction please? I need to use Access to e mail a variable report (in Word) to a number of individuals. Their names are in a table called Associates, and their e mail addresses are in a field called "E-Mail". I am not certain how to set this all ...
|
| Emails With access 97 BUT NOT OUTLOOK | 06 Jun 2004 11:23 GMT | 4 |
I have been and got Dev Ashish script Email for access 97 http://www.mvps.org/access/downloads/email.zip My email program is Forte Agent http://www.forteinc.com/agent/download.php
|
| Check Status of SetWarnings | 06 Jun 2004 06:31 GMT | 13 |
This is probably really simple, but I can't find a thread that addresses it. Is there any way to evaluate in code whether the current state of the SetWarnings command is set to True or False? I have a Public Sub that I want to use from several areas of my
|
| ldb file is visible after databases are close | 06 Jun 2004 02:59 GMT | 9 |
I have encountered a problem with the ldb file of a database. When making changes to the backend databases I need exclusive access to make changes. I usually do this at night when all users have left the premises, but for the last couple of nights there are no users using the ...
|
| Disable Outputting message popup | 06 Jun 2004 02:36 GMT | 1 |
How can VBA prevent the advisory popup "Outputting to ..." when using Access 2002: DoCmd.OutputTo acOutputReport, stDocName, acFormatRTF ? Set Warnings is ignored.
|