| Thread | Last Post | Replies |
|
| Access97 Text Import Error | 24 Mar 2005 18:39 GMT | 4 |
Recently my company upgraded it computers, but not Office (not yet anyway). In the new Hard Drive image, Access 97 will not import text files (yes it did it on the older systems). You can begin the import process, choose the .txt extension, but when you select the file and ...
|
| Error Number: 3027 -- Can't Update. Database or object is read-onl | 24 Mar 2005 18:27 GMT | 1 |
I am using Access97 to save query results to a fixed-length file. Here is the command: DoCmd.TransferText acExportFixed, "ItemUPC Export Specification", "qryItemUPC", txtOutputFileName, False, ""
|
| Error in transfer object | 24 Mar 2005 16:27 GMT | 1 |
I am working in Access 97. The following line is giving me an error message. DoCmd.SendObject acSendTable, "tmpExcelEmployeeReportTo", 8, rs("EmailAddress") The message is Error 2282: The formats that enable you to output data as a
|
| How do I find out which Spec is being used? | 23 Mar 2005 23:25 GMT | 4 |
I have a file that is a .csv that is linked to my database. I want to change it to an import and am not sure what specification is being used, is there a way to find out which one it uses? thanks
|
| Truncation of Text on Export to .txt file | 23 Mar 2005 23:10 GMT | 3 |
I have a query used to update our mySQL database online. One "created" field in the query takes information in many different fields in the table and creates a description. For example, if field A, B C and D stores the value 90, excellent, Null and 135. The description built would ...
|
| How do I perform a global replace on a unique character to a "car. | 23 Mar 2005 21:42 GMT | 1 |
In Access 2000, I'm trying to import tables from Word/Excel into a table for use in Forms. I don't want to have to insert unquie characters into the paragraphs, import it, and then manually change each one. Isn't there an easier way?
|
| export to Excel where name of file is derived from value in databa | 23 Mar 2005 20:43 GMT | 6 |
I run a routine daily that exports a table into Excel. I would like the Excel file name to be: rehab_mm-dd-yy.xls where mm-dd-yy is derived from the value of one field in the table being exported. I don't think I can do that using transferspreadsheet in a macro, but can I do ...
|
| Export destination file names? | 23 Mar 2005 16:43 GMT | 2 |
I have created a macro for a transfer spreadsheet action, type export. When setting the action arguments at the bottom, in the file name argument; how can i set the file name arguement so that it uses todays date as part of the file name?
|
| Import Data | 23 Mar 2005 08:34 GMT | 1 |
I am running a Windows XP Pro and Office XP Pro machine with Microsoft Access 2002. I currently use a database to import records from a web based database by saving downloads as .csv files, converting to excel, cleaning up the data, and then importing the Excel File via VBA Code ...
|
| Turning off Excel.macros from my Access database | 23 Mar 2005 08:19 GMT | 1 |
I am exporting data from Access to a Pre-formatted spreadsheet created by out financial group (I cannot change it). They put a macro on the spreadsheet so, every time we open it, the Excel asks me to enable/disable the macros. My problem is, when I open the spreadsheet from my VBA ...
|
| Importing text files with French characters in Access 2003 | 23 Mar 2005 07:53 GMT | 1 |
When I import text files with French accents in Access 2003 database the French accents are converted to symbols. What can I do to prevent this from happening.
|
| import filter | 23 Mar 2005 07:47 GMT | 1 |
Can and how do I filter records from a text file for input into an access table? I have a 2.7 million record dataset which is approx 1.2 gb that I need to get into Access but I only require records that match a particular criteria.
|
| Problem with linking to any Outlook Contacts folders | 22 Mar 2005 21:19 GMT | 1 |
Whenever I try to create a linked table in ms access 2003 to any contacts folders I receive an error message : Access has encountered a problem and needs to close. I am in an exchange server environment, and the contacts folder is on the
|
| Importing Excel into existing table. | 22 Mar 2005 15:34 GMT | 2 |
Is there anyway to import an excel spread sheet into an already existing access table? Thanks in advance.
|
| "Start import at row" functionality | 22 Mar 2005 15:27 GMT | 4 |
Does anyone know if Access 2003 has a text import setting similar to the "start import at row" functionality found in Excel? By reading though previous postings, I have seen some people suggest code to remove any unwanted starting rows. I was hoping there was something a little ...
|