| Thread | Last Post | Replies |
|
| Procedure Names | 17 Sep 2005 21:35 GMT | 4 |
Does anyone know how I can create code to give me the names of all procedures in a database (from all types of modules)? Is there something similar to getting the names for other types of objects, ie tables, queries, modules,etc.?
|
| use code to link to external database | 17 Sep 2005 17:51 GMT | 4 |
I have a MDB front end which contain sall the forms/queries/macros and which links to another MDB which contains all the tables. Nothing very clever. I update the front end on my laptop quite frequently and need to then copy it to the server. I have a backend on my laptop as well ...
|
| Access should be able to share tables with Outlook and Business C. | 17 Sep 2005 08:47 GMT | 10 |
In order to have a complete database, the information that is used in Outlook and Business Contact Manager must be duplicated in the Access Database (Names, Addresses, E-mail, etc.). It would be helpful to be able to query the tables for Outlook to eliminate the need of entering ...
|
| YesNo control event question | 17 Sep 2005 07:08 GMT | 5 |
I have a y/n text (ynGift) on a form. There is another text box txtCost on the same form. Here's the logic I want to implement: If the user "checks" the box, I want to set txtCost.Enabled = False;
|
| JUst a Programming Question about creating a shortcut | 17 Sep 2005 02:05 GMT | 3 |
First off I apologise because this is not a true access question, BUT I know with all the experts here someone can help, if not oh well I am trying to run a vbs script to place a shortcut on the desktop. the problem is that the script blows up.
|
| Importing from Outlook user defined fields on a form | 16 Sep 2005 23:16 GMT | 1 |
Hi, I have created a form with my own defined fields but cannot find a way to drag them into access, all others work I just do not know how to refernce correctly. Any help greatly appreciated dave
|
| Using For Each...In...Next to loop through recordset | 16 Sep 2005 23:10 GMT | 5 |
I can't remember the correct object references to loop through a table/recordset in VBA using the ForEach <Record>In <RecordSet>...Next Loop. Of course, it is easy if there is an AutoNumber field, but I'm looking for the correct references to do it on tables that do not have an ...
|
| How can I prevent an old version of the FE of a DB from being used | 16 Sep 2005 22:50 GMT | 4 |
I have a problem with users not updating the front end on their PC when I release a new version of the data base. Each version of the front end that I release would either fix code problems or release enhanced features.
|
| Linked Tables via ODBC, How do I connect automatically. | 16 Sep 2005 21:29 GMT | 3 |
My Access database is linked to many tables in our MAS90 database system. I have many Make Table queries that are executed by a command button on my main form. When I click the command button, I am prompted by MAS90 for my odbc login. I need a line of code that will ...
|
| VB Help | 16 Sep 2005 20:48 GMT | 3 |
I have a table imported from a text file. The format of the file has a record that relates to rows below it. but is not shown against all lines In excell I use the following
|
| OpenForm FilterName | 16 Sep 2005 20:37 GMT | 3 |
Help says that the FilterName argument is "A string expression that's the valid name of a query in the current database." I'm wondering if it *has* to be a named query or can one use an SQL statement for that argument?
|
| Calendar Function Starts on Monday | 16 Sep 2005 17:20 GMT | 5 |
I have as Access 2003 application that uses the calendar so that a user can choose a date from a form. The front end is installed on about 20 computers and on only one computer the Calendar starts on Monday rather than Sunday. When the user clicks the "Today" form button the ...
|
| VB "Make Table" | 16 Sep 2005 17:13 GMT | 2 |
Does anyone know how to do a make table using vb? I am running SQL in one of my functions and need to create a table.
|
| Linking table to itself until all levels are found | 16 Sep 2005 16:26 GMT | 2 |
I am creating a Bill of Materials application using a table that stores parent/child relationships. tblBOM (tableName) Relationship_Key
|
| Remove dash from soc sce # | 16 Sep 2005 15:58 GMT | 1 |
I would to remove dashes from 111-22-5555. I am importing text file and some of the numbers have dashes and some don't Thanks
|