| Thread | Last Post | Replies |
|
| export to *.rtf | 14 Jan 2004 00:58 GMT | 1 |
Has anyone had problems with report formatting when exported to rich text files? Any helpful hints would be appreciated. thank you
|
| importing excel worksheet-records different | 14 Jan 2004 00:53 GMT | 1 |
I am importing an Excel97 workshet into Access97 that has approx 57000 records that is laid out in 24 fields on the spread sheet. After importing into Access, I end up with 16383 records not the 57000 I am expecting. I guess it
|
| Importing a binary file | 14 Jan 2004 00:51 GMT | 1 |
Does anyone know how to import a binary file? It appears to be one long line of data, and the best I can figure out is the length of each field, but I don't know how to tell Access when a new record starts. Any help would be
|
| Automation and object libraries | 13 Jan 2004 21:12 GMT | 6 |
.. i guess. well i have the following code in an access module: To open a excell worksheet from access through Automation dim HojaExcell as Excell.Worksheet
|
| Automate Outlook Text to Access | 13 Jan 2004 18:44 GMT | 1 |
I want to display an email in Outlook and export to an Access database without having to use cut and paste. Can this be automated? Would there be some VBA code to accomplish this?
|
| Excel8.olb | 13 Jan 2004 17:35 GMT | 4 |
I am trying to export some data to Excel using the Excel8.olb. I am finding that on some PC's an error occures. I am sure it has to do with the version of Excel they may or may not have, is there something simple I can
|
| Automatic Import from a txt file | 13 Jan 2004 16:27 GMT | 2 |
Is there a possibility to automatically import directly into the access database? Using the a commandfile in Windows for starting the import without manually opening Access. The data will be data from an Oracle database and the import should be done every 4 hour . Exporting from the ...
|
| Auto Calculations | 13 Jan 2004 15:46 GMT | 1 |
My database tracks water consumption so service dates can be forecast. Each location has a certain size water filter that has a specific useful life with the quality of water.
|
| Send report through Lotus Notes? | 13 Jan 2004 14:21 GMT | 1 |
thanks for reading! Is there any way to send a report to multiple recipients through Lotus Notes? My company uses Lotus only, if it's not possible - can anyone suggest a work around?
|
| Import Excel Sheet | 13 Jan 2004 13:34 GMT | 2 |
How do I reference the Sheets(Index) in a VBA Docmd.Transferspreadsheet command? Thanks.
|
| importing DAT files | 13 Jan 2004 07:57 GMT | 4 |
I am currently opening a series of DAT files in Excel before importing into Access. Is there any way to import directly into Access Thanks
|
| Locate latitude & longitude from map program. | 13 Jan 2004 07:42 GMT | 1 |
I would like to use Access as a front end to enter an address or location (in code) to Microsoft streets & trips or another map program & have that program return the latitude & longitude of the address to Access. Is
|
| Sending data to excel | 12 Jan 2004 23:09 GMT | 3 |
From Access 2000 I am able to programmatically add a label to an excel sheet using the following: Set myLabel = myDocument.Shapes.AddFormControl(xlLabel, 100, 150, 200, 50)
|
| General problems importing Excel into Access | 12 Jan 2004 23:03 GMT | 2 |
Hello, peeps! Does anyone else bump into these when importing Excel into Access * If the first few dozen or so rows have numeric data, Access imports it as numeric, even if importing to a Text field, and instructed to import data as Text, not General. Ex: zip codes in ...
|
| Importing multiple files | 12 Jan 2004 22:47 GMT | 1 |
I want to use VBA to automate the import of fixed width files (docmd.TransferText), but the file that will be imported will always be changed. How do I allow the user the flexibility to chose which file that should be
|