| Thread | Last Post | Replies |
|
| mde files | 17 Jan 2008 09:45 GMT | 4 |
is there any way i can change a mde file to a mdb file
|
| Compact & Repair, It Works and then It Doesn't... Help?!? | 17 Jan 2008 06:05 GMT | 5 |
I have run into a problem with the "compact and repair" feature on my Access 2003. Recently I had my PC upgraded and had my IT PC Technician reload Office Professional and all upgrades, so it is current in that department. My PC is part of a distributed network and I access and ...
|
| New Record question | 17 Jan 2008 04:57 GMT | 4 |
DoCmd.Close acForm, "Invoice Database Launch", acSaveYes DoCmd.OpenForm "Invoice Tracker New Entry", acNormal Application.Forms("Invoice Tracker New Entry").Caption = "CREATE INVOICE" DoCmd.GoToRecord , , acNewRec
|
| Another bug in Access 2007 | 17 Jan 2008 04:50 GMT | 2 |
I have discovered another bug in Access 2007. In A2007, empty event procedures are automatically removed when you compile. This is A Good Thing, because of all the empty event procedures that Access automatically creates. In earlier versions, these had to be manually
|
| Packaging Wizard | 17 Jan 2008 04:48 GMT | 1 |
I have a set-up and install package with the Access 2003 Developer Extensions Packaging Wizard. My application installs quite well along with all associated files. HOWEVER . . . .
|
| printer problems with vista | 17 Jan 2008 04:26 GMT | 1 |
I connected my Epson CX6400 printer to my HP Pavilion computer but not all of my printer options are available. Is there a fix for this problem?
|
| DoCmd.TransferSpreadSheet drops a record on import | 17 Jan 2008 01:54 GMT | 5 |
I am trying to automate the import of a file that changes each day in the number of records. Intermittently, it seems, the import function will drop a record (the first record). Here is the command I am using: DoCmd.TransferSpreadsheet acImport, , "ImportData", fs, True
|
| is there any way I can trap for the use of navigation buttons? | 17 Jan 2008 00:53 GMT | 5 |
Is there any way I can trap for the use of navigation buttons, such as Next, Previous and New record? Stapes
|
| merge access data into excel spreadsheet | 17 Jan 2008 00:42 GMT | 1 |
I have payroll detail records that need to be summarized on excel spreadsheets. For example if I have 30 records representing 3 unique companies, I need to create 3 excel control total sheets with totals for each company merged into specific cells on the sheets. These
|
| SNAPSHOT OF RECORDS | 16 Jan 2008 23:21 GMT | 3 |
I have a small database (less than 200 clients) which includes their some basic info such as their start date & ending date. I have created reports for demographics (race, sex, etc.). When I run these reports it shows me the info for the current date, such as 45 females & 75 ...
|
| Problem with Microsolf Mail and attachments | 16 Jan 2008 23:09 GMT | 1 |
Is anyone out there having a problem sending mail with an attachment, PDF, Word or otherwise where the message when received by the recipient can not be opened? This is creating a hell of a problem for me because I send PDF attachments
|
| Building Columns in a Report | 16 Jan 2008 21:26 GMT | 3 |
I'm using AC2003. I have a database containing inventory numbers. Is there a way to generate a report with 3 or 4 columns on one page of those inventory numbers? for example
|
| Error 2465 | 16 Jan 2008 21:21 GMT | 2 |
We are receiving Run-Time error 2465 Microsoft Office Access cant' find the field "|" referred to in your expression
|
| Goto Record | 16 Jan 2008 20:41 GMT | 1 |
I'm going to use a code I found in a post dated 1/16/2008:Goto Record Problem. Doing so I ran into a problem. Once I entered the code in Text256_AfterUpdate I recived the following Run Time error '13' Type mismatch.
|
| How do I choose the 1st invoice record from each customer? | 16 Jan 2008 20:02 GMT | 5 |
I need to run a query to pull the 1st invoice from each new customer for the year. Here is what I have done so far (probably not correct, but I tried). Thanks, Art
|