| Thread | Last Post | Replies |
|
| Code to delete all queries in database | 28 Aug 2006 21:59 GMT | 4 |
Group: I need to write a sub to delete all of the queries in the current database. I am hoping that someone can steer me in the right direction. I know that the statement to delete a query is db.QueryDefs.Delete (QueryName). But how
|
| Programmatically Hide and UnHide a table | 28 Aug 2006 21:18 GMT | 2 |
I have not been able to figure out the correct VBA code to hide or unhide a table. I would appreciate a little help here. Thanks.
|
| Update Subform Datasheet Record from Main Form | 28 Aug 2006 19:07 GMT | 1 |
I have a main form combo box that I would like to set the After Update event to change all the records in the subform to match this value. Dim rst As Object Set rst = WHAT DO I TYPE HERE???
|
| How to use the forms-collection | 28 Aug 2006 17:28 GMT | 1 |
I have a problem using the forms collection in vb. I have statement like this myvalue = Forms(str1).Controls(str2).Value where str1 is a formname of a loaded form and str2 is the name of a control
|
| Opening any Document | 28 Aug 2006 15:38 GMT | 1 |
Does anyone have any VBA code they could share that opens a document - with the correct program based on extension - like Windows does? i.e., open a .DOC with MS Word, open a .pdf with Acrobat, etc. Thanks, Stuart
|
| Passing 2-dimensional array to subroutine | 28 Aug 2006 14:40 GMT | 9 |
Help! (I am using Access 2003.) I am having problems passing a 2-dimensional array to a subroutine. The array is "redimed", as the number of elements is not known. The array fills
|
| Union Query | 28 Aug 2006 13:49 GMT | 3 |
I am trying to build a UNION query. It consists of 4 SELECT statements. If I try everyone apart or I use any combination of 2 out of 4 SELECT statements, they work. The problem is that when I use more than 2 SELECTstatements I get the following message:
|
| Printing a Word doc from Access double-sided | 28 Aug 2006 09:48 GMT | 1 |
I'm attempting to have a Word document print out duplexed (double-sided) but I'm not having much luck. I have a function that creates a reference to a file using GetObject(fileName) command then uses the .PrintOut command to print the document, but the command does not offer ...
|
| Checkboxes conditions | 28 Aug 2006 08:42 GMT | 4 |
Hi I'm using MS Access 97. I have a continous form to give a progress summary. An item can have many parts and therefore has 10 checkboxes which can represent on time, late or very late. The checkboxes table contains all the checkboxes related to an item and is linked to the
|
| split databases and connection settings.. | 28 Aug 2006 00:52 GMT | 2 |
I'm looking to deploy an MDB which contains queries and reports to my clients users. The queries are setup to use linked tables on an SQL 2005 Server database and I also use passthrough queries to execute stored procedures. Since I can't be sure they all have the same DSN setup ...
|
| Compacting on fly... | 27 Aug 2006 21:48 GMT | 1 |
First, sorry for a lengthy post - am trying to provide as much info as I can. Am getting an error message in a new application I am trying to deploy - "cannot open any more tables." Error code 3014 is displayed by the help button, but the only reference to 3014 I have been able to ...
|
| Bar Codes! | 27 Aug 2006 20:10 GMT | 1 |
I am looking to produce bar codes from access is this possible?
|
| share queries and reports | 27 Aug 2006 20:08 GMT | 1 |
Can someone direct me to a discussion of how to share queries and reports with users and be able to update them and redistribute after adding or making changes? I'm using SQL Server 2005 as the back end with mostly stored procedures and pass through queries.
|
| Putting values into Excel via Access program | 27 Aug 2006 13:30 GMT | 4 |
I need to open Excel from Access and place various values in various cells in an existing Excel spreadsheet. My code below does not work. I commented off my attempts. Can you help me correct what I am doing wrong. Thanks so much. -Beverly
|
| Date format and Trim function errors | 27 Aug 2006 13:14 GMT | 2 |
I have an application which uses Format functions in text boxes on forms. It is used by approximately 90 users at this location, but users at another location see the "#Name?" error rather than the data in the textbox. We are on the same version of MSOffice, MSAccess and Windows ...
|