| Thread | Last Post | Replies |
|
| Export A Form's Query to Excel | 21 Mar 2008 14:23 GMT | 8 |
Group: I would like to add the capablilty to my application to export a form's underlying query to an Excel spreadsheet while the form and query are open. Is this possible? If so, what would the VBA statement be to accomplish this?
|
| compress database | 21 Mar 2008 14:17 GMT | 1 |
My database grows very big. How could i enter a code that compresses the database on exit ? Is it possible to revert to the original zize of the file ?
 Signature Message posted via AccessMonster.com
|
| compress database | 21 Mar 2008 13:02 GMT | 1 |
My database grows very big. How could i enter a code that compresses the database on exit ? Is it possible to revert to the original zize of the file ?
|
| Cannnot split the database usling Database splitter wizard | 21 Mar 2008 09:37 GMT | 2 |
I can not split the database with the following errorrmessage windows: The database engine could not lock table "Switchboard Items" because it is already in use by another persons or process I appreciate your help
|
| ADO from Oracle to Access | 21 Mar 2008 03:23 GMT | 2 |
I need a way to get some data from an Oracle table into an Access table. (I looked at linking the table, but it seemed to take a long time that way). I've used ADO to put data into an Excel Pivot Cached, so I know the various database connection strings, etc. from that.
|
| print report to pdf | 21 Mar 2008 00:53 GMT | 2 |
I am looking for a method to print a report to pdf using acrobat 6.0 all in vba without user interaction. Basically switch to the pdf printer, print, switch back to the default printer. I have looked long and hard on google and found nothing that is seemless
|
| CREATE MANUAL HEADER LINE FOR CSV EXPORT | 20 Mar 2008 23:18 GMT | 2 |
Good afternoon, Using code snippets I have found, I have managed to create a nice filter on a form. I am now trying to export the results of the query to a csv file. The code below works fine except, I don't know how to write the manual header to the csv file.
|
| Send the "Scroll Lock: command using access VB | 20 Mar 2008 19:37 GMT | 5 |
I need my program to send a double push of the Scroll lock button to the PC. Is there a way to send this command, and if so, what function do I use? Thanks for any guidance on where to start. Mark
|
| print word document | 20 Mar 2008 18:04 GMT | 1 |
Hi, using code found on-line I'm trying to print a word document in a report. I get a run time error #424 saying "object required". My document prints well though. What I would like to do is instead of hard coding the location as in C:\Wordtest.doc, can the file location be ...
|
| save subform data | 20 Mar 2008 17:06 GMT | 1 |
I have a mostly unbound application and would like to use temporary local tables for subform data to allow for edits. It's easy enough to load those tables. Does anyone have a suggestion or article as to how to save that data back to
|
| Shell Command Doesn't Like Spaces? | 20 Mar 2008 14:34 GMT | 2 |
I've encountered a problem with a shell command not liking filepaths with spaces. For example, Shell("c:\My Special Folder\Do This.bat") fails, but Shell("c:\MySpecialFolder\DoThis.bat") works. Anybody know a solution that will make the names with spaces acceptable to the Shell ...
|
| Use a variable to set a reference to an Access table object | 20 Mar 2008 13:20 GMT | 2 |
I'm trying to use the 'Application.DoCmd.Outputto acDataTable "Table1", etc. I have no problem doing it as shown above, but when I try to substitute a variable for "Table1", I'm not able to do it. So my question is, how can I save a reference to a table as an object
|
| Access 2002 generates run time error 3157 ODBC update failed | 20 Mar 2008 01:48 GMT | 2 |
If I run a query from the query grid using ODBC it works. If I run it from VBA it fails with and ODBC run time error 3157. This is my code Dim stDocName As String
|
| filecopy maximum characters...? | 19 Mar 2008 22:13 GMT | 3 |
I have some code that copies a set of files from one place to another and renames them, which is great. Unfortunately, the string for the destination path/file name seems to have a maximum of 46 characters. The code captures the full path, but
|
| Copying/Renaming files based on data in a table | 19 Mar 2008 20:22 GMT | 3 |
Basically, I'm trying to do what it says in the subject. I have a table (tblReportsMe) with three fields: woindex (unique) wofile (current path to a specific file, eg. c:\00916678423 ... file
|