| Thread | Last Post | Replies |
|
| Export to Excel Code - Please Review | 31 Mar 2005 22:26 GMT | 1 |
I found this code and its what I need it to do except I am getting an error (0) when I run it. I am calling the code as follows where the file name is loan.xls and my table in my database that I want to export is Loan1a. THANKS Any help as to why I am getting this error would be ...
|
| filedialog compile err..using lib 11.. | 31 Mar 2005 22:07 GMT | 3 |
i'm still getting compile error on dim stmt below, even after setting reference to MS Lib 11..any ideas? (access 2003) Dim dlgOpen As FileDialog Set dlgOpen = Application.FileDialog( _
|
| Create Table from Spreadsheet | 31 Mar 2005 21:54 GMT | 2 |
Does anyone have code to build a table from an excel spreadhseet. I have to use a date in row 1 to create a field in all table records and cells from other cols in subsequent rows to build the rest of the data fields. I will be reading a number of spreadsheets in one pass, ...
|
| Problem with Dlookup, using it twice | 31 Mar 2005 21:11 GMT | 3 |
Background I have one table called Components. In that table I have the following fields (and some more not relevant): Comp_id is Autonumber
|
| How can I format the Excel Spreadsheet I export from MS Access us. | 31 Mar 2005 20:47 GMT | 2 |
I want to format specific cells which I exported from MS Access using TransferSpreadsheet. Assuming I exported an entire table from Access, I now want to format the first row in the spreadsheet with font color say "red" and maybe have borders on certain cells etc.
|
| assigning current date to a variable & exporting a tbl to a CSV fi | 31 Mar 2005 20:21 GMT | 2 |
Good morning: I have a two part question. I need to manipulate a table name a bit and then export it into a CSV file on my hardrive. I have most of the pseudo-code figured out; these are the only (below) pieces that will be tricky for me. My
|
| Transferring data from different Access queries to one Excel file. | 31 Mar 2005 20:19 GMT | 2 |
I have several queries and macros (relating to those queries) set up in Access so that when I receive information from an email I can save the data in Access and then click on a macro and have the information exported into excel. However, I would like to export three different ...
|
| DCount | 31 Mar 2005 20:16 GMT | 3 |
Group Is there a way to use the DCount() function using a path statement. Something like this numRecords1 = DCount(1, "I:\Data Bases\DataFiles\Subdatabases Before Merging\Work in Progress WHIP.mdb
|
| How do I execute Access Database, So only Switchboard will open? | 31 Mar 2005 19:55 GMT | 1 |
Hi, I would like to execute my Access Database. I want it to go to switchboard directly without opening Access. So that, nobody can change it.
|
| combo boxes and command buttons | 31 Mar 2005 19:49 GMT | 1 |
I am trying to create a combo box that when a choice is made from the combo box you can click a command button to output the selected record to a new form. I have this working on one table but when I try to recreate it for a separate combo box and command button it still refers ...
|
| Creating global preferences in Access database | 31 Mar 2005 19:39 GMT | 4 |
I am working on an existing database that has over 500 forms in the front-end and is linked to various back-end databases (some Access, some SQL Server, some MSDE, etc.) I have a customer who has bought the application, but wants all the data to be entered in uppercase ...
|
| On Got Focus? | 31 Mar 2005 19:30 GMT | 3 |
I have a form that is used to lookup a specific record in the underlying table based on user input in the Text1 field. When user input does not match any record on the table, an error window pops up detailing the error, and is
|
| Dlookup problem | 31 Mar 2005 17:55 GMT | 2 |
In a form, I enter a number into a field, what I have is many records, and lots of duplicate information. It is a database of vehicle information. When filtered down to a particular Model I may get between 1 and 100 records, what I need to do is use that entered number in the ...
|
| module error? | 31 Mar 2005 17:54 GMT | 7 |
I need some help. Every time I try to compile I am getting an error message "You canceled the previous operation" - even if it's the firs thing I"m going. Earlier I got an error that said 'couldn't find module'. I think I deleted
|
| Close form | 31 Mar 2005 17:51 GMT | 4 |
I have a button on a form. When I click the button it opens a report. What I would like to do is close the form after the report has opened. I used the code below but the form won't close.
|