| Thread | Last Post | Replies |
|
| Record Limit on export | 10 Dec 2006 20:27 GMT | 7 |
I am using Docmd.OutputTo to export a stored procedure (SQL Server) to Excel. Only 10,000 records are getting exported. Is there a record limit on how many rows I can export to Excel? I have read that this limit is 16,384 rows. Is this limit different using SQL Server?
|
| How to know last opened form ? | 10 Dec 2006 18:04 GMT | 3 |
Is is possible to know which was the last opened form or report ?? Thank you Javier
|
| database bloat | 10 Dec 2006 12:26 GMT | 1 |
I'm getting tremendous bloat of my backend when I delete all records from tables on the backend. My VBA is in DAO 3.6 I'm closing all my recordsets explicitly. I'm thinking one way to eliminate is to delete the tables on the backend and recreate them, however I cannot delete ...
|
| Error you can't step into | 10 Dec 2006 02:34 GMT | 2 |
I have a bug that is driving me crazy. When Access 2K is running at "full speed," you get a run time error that is "down stream" somewhere from where the problem is, and when you open up the debug window the message is essentially meaningless.
|
| Can this be done with VBA? | 09 Dec 2006 15:55 GMT | 3 |
I have built an application that has been deployed to customers via the Package Wizard of MS Access Developer Extension. The database is an .mde format at it uses a customized .mdw. From time to time customers ask for some new features and I need to delivery
|
| Sent report to an external folder | 09 Dec 2006 07:36 GMT | 5 |
Is it possible to export a selected record 'from a form' to 'an external folder' in 'report format' so when we print it out,it has the same appearance.
|
| How to set up an undetermined number of outer for next loops | 09 Dec 2006 07:22 GMT | 3 |
How do you write code to set up an undetermined number out outer loops or to properly write a sub to call itself and exit properly? With known values stored in arrays I am able to manually code the number for next loops to fill a string that is passed to a sub to xor
|
| Printing a list of controls | 08 Dec 2006 19:13 GMT | 1 |
Can you provide code to print a list of controls in a specified table or form? (Debug.Print)
|
| How to close WEB pages ? | 08 Dec 2006 17:53 GMT | 9 |
From Access I can easily open a WEB page with: Application.FollowHyperlink (strUrl) But,.......... How Can I close the WEB page from Access (with code) ?? Thank you !
|
| not in list drop down list data access page | 08 Dec 2006 14:45 GMT | 1 |
I'm trying to give my users an option for not in list in a data access page drop down list. I have given them a link to a different window where they can add new products. The problem is when they return to the initial window the drop down list isn't updated to include their ...
|
| Importing multiple worksheets | 08 Dec 2006 11:04 GMT | 1 |
Here's one for the uber-gurus. I need to import multiple worksheets from the same workbook into 1 table. (The data comprise more than 65,536 records, so they are split over several worksheets.) I can do it this way, but it's a bit clumsy:
|
| Updating from Access 2K | 08 Dec 2006 09:39 GMT | 1 |
Other than the inevitability of Microsoft not supporting Access 2000 forever, is there any compelling reasons to update a smooth running database written in Access 2K?
|
| Open currentdb.form in design vew | 08 Dec 2006 09:39 GMT | 2 |
I want to open a form of the current database in design vew from the library database (code database). I can open the currentdb.form in design view, if the library database is in .mda version. But if the library database is an executable .mde, I cannot open the form of the ...
|
| Running a SELECT statement | 08 Dec 2006 02:41 GMT | 2 |
When I try to run the following DoCmd.RunSQL "Select tblTest.* From tblTest" I get an error 2342 A RunSQL Action requires an argument consistent with an SQL statement. What am I missing
|
| Long file name to Short file name | 08 Dec 2006 00:53 GMT | 1 |
OK, he're's the dilemma. I have two lists of files I've imported. One has the file names/paths in long format that contains the path, name, size, last accessed, etc. The other list has them in DOS format wiht name, path size, last accessed
|