| Thread | Last Post | Replies |
|
| Help! How to code an Importing a SQL Tables to Access 2003 | 30 Nov 2006 15:13 GMT | 2 |
My problem is trying to figure out if this can be done and if so code or macro to run automatically daily. I use 5 tables in a SQL database. I can't link these table because when I run my queries it slows down the entire system. So to get around this I
|
| Access 2003 Import Wizard from code? | 28 Nov 2006 22:17 GMT | 2 |
Is there a way to trigger the import spreadsheet wizard in access 2003 with code? Thanks.
|
| link combo box to Excel spreadsheet | 28 Nov 2006 18:02 GMT | 9 |
I have a control on a form from which I'd like to give users a drop down combo box so they can select and populate the field's data. Ideally, the drop down would contain records from an Excel spreadsheet. Is this possible? If so, how do I accomplish this?
|
| Export from Access to Text file: Specified number of decimal place | 28 Nov 2006 13:21 GMT | 1 |
How could it be set up to export from Access to Text file with desired number of decimal places, say 6 decimals? Can Access 2000 do this? It seems Access usually retains 2 decimals in exporting to text files. Thanks a lot for your help in advance!
|
| Use Paramater Input with an Table Import MACRO? | 28 Nov 2006 04:15 GMT | 3 |
I've set up a Macro to Import a non-Access table into an Access table. In the TransferDatabase macro...there is a field for the source table name. I currently have the exact name of the source table..and it works fine. However, I'm needing to prompt the User for the name of the ...
|
| exporting graphics to Word | 28 Nov 2006 01:25 GMT | 2 |
I'm using Access 2000 (XP pro). I have a lot of reports that include graphics (check boxes, text boxes etc) that don't export to Word. I'm trying to find a way to send reports as email attachments to non-access users. Is there an easy way to change the check boxes to Yes No & ...
|
| Export Results of Access 2000 query to text file. | 28 Nov 2006 00:03 GMT | 2 |
Greetings all - I am in need of assistance and appreciate any guidance! Two issues with one export file... 1) I am attempting to export data from Access 2000 query (data tables are linked to SQL tables) - Export needs to be one .txt file, consisting of
|
| Invalid Argument. (Error 3001) | 27 Nov 2006 21:40 GMT | 2 |
My database has become corrupted. I'm trying to import all of the objects into a new database. Everything imports fine except for one table. The error dialog returns: Invalid argument. (Error 3001)
|
| Exporting SQL View to Text | 27 Nov 2006 20:12 GMT | 3 |
I used DoCmd.OutputTo acOutputServerView, "vewMyView", cFormatTXT, "C:\MyText.TXT" to export a SQL 2000 view in my ADP. However I get a line of dashes "-------" seperating each row.
|
| Can I export appointment times direct to outlook from access? | 27 Nov 2006 13:31 GMT | 2 |
I'm trying to set up an automated way of setting appointments for a number of people six weeks from their last visit. I've set the date in a query, but I was wondering whether anyone had been able to successfully export this info to various calendars on Outlook?
|
| Selecting file to import into Access | 27 Nov 2006 07:02 GMT | 1 |
I need to be able to invoke window's file directory system similar to the GetOpenFilename method in Excel to allow my user to select which text file he or sheet wishes to import into Access. With the GetOpenFilename method in Excel it takes only a few statments. In searching ...
|
| Super Basic SQL LINKING question... | 26 Nov 2006 23:47 GMT | 2 |
In ACCESS 2.0, I simply need to create a link to an SQL table. I have access to the SQL tables and can open th SQL manager and browse them. I've done lots of linking to dBase tables and Visual Foxpro tables via the ODBC route...but cannot figure out the SQL link process just by ...
|
| Export To Excel | 25 Nov 2006 19:53 GMT | 1 |
Have a function that checks for and open copy of Excel using Set objXLS = GetObject(, "Excel.Application") this works great if excel is open. The problem is if the print preview is open in Excel, Excel goes into a never ending loop with a error window
|
| Exporting Data as text file | 25 Nov 2006 12:01 GMT | 1 |
I want to export the data as text file but I want that only data should trasfer and no spaces should transfer.Spaces in fileds ( e.g. the field length is 8characte and the data is 456 then it should be as 00000456) should be replaces with zeros. This output file is required for ...
|
| Archiving tables (export several tables to a new database) | 24 Nov 2006 14:19 GMT | 3 |
I want to be able to archive several tables from my database on a yearly basis for all data from that year. (the year is recorded as a text file so i can select rom a list of academic years 05/06, 06/07 etc). The 2 tables i want to archive are a "Training course" table and a ...
|