| Thread | Last Post | Replies |
|
| Can someone tell me how data entry to a specific site might be accomplished | 10 Oct 2005 13:17 GMT | 21 |
A97 procedure to open http://www.arch.com/message/ enter an 800 number, press "Continue", enter a text msg string from a memo field and press "Send" This is a calendaring and appointment A97 database for
|
| Access and Office 12 ? | 10 Oct 2005 05:42 GMT | 5 |
Is there any link with information about major changes in new version of Access ?
|
| Turn Error Handler back on. | 10 Oct 2005 04:32 GMT | 2 |
I have a module with an error handler section. At the top of the module is the following statement: On Error GoTo Err_Ctrl In the error handler is a conditional If statement based on an error number.
|
| Check if Microsoft Outlook is installed as default mail cleint | 10 Oct 2005 01:59 GMT | 3 |
Is there a way that I could programatically check to see if Microsoft Outlook is installed on the PC. Someone suggested this code, below, but it is version specific. Dim appOutlook as Outlook.Application
|
| References- How to get rid of them! | 10 Oct 2005 01:34 GMT | 9 |
I'd down to four references in my Access2K .adp project. I know I can't get rid of two of them: Visual Basics for Applications and Access 9.0 Object Library. But, can I get rid of:
|
| Code for controling FTP from Access VBA | 10 Oct 2005 00:10 GMT | 18 |
Can someone point me to some resources on how to control FTP sessions from and Access application with VBA? Many thanks for all help. --LW.
|
| link tables and remote connections to access | 09 Oct 2005 22:42 GMT | 1 |
Using MS Access, I linked a database to outlook contacts. Changes in an outlook contact appear in access database as expected, and changed to the db appear in outlook as expected. If I place the Access db in a shared folder, is it possible to link
|
| Creating a query using a variable field name | 09 Oct 2005 22:36 GMT | 2 |
I have a database with user definable fields. These are in the table as Field1, Field2, etc. I store the labels in another place and on the form, I display the labels they designate instead of the generic "Field1". I want to create a query that will have the user defined field ...
|
| TS experts - help me out here | 09 Oct 2005 22:00 GMT | 1 |
Previous question on record locking problems drew no response. Two users hit the same area in an Access 2003 SP1 db running on Terminal Services. Constant record locking messages appear although they are in different records.
|
| HELP! Having trouble with Workspace | 09 Oct 2005 18:47 GMT | 2 |
I am trying to put together a module and open a workspace on a database that has a simple password (using Access XP). This is the lin that I'm having trouble with; Set wrk = CreateWorkspace("TestWrkspc", "Admin", conDbPwd)
|
| Sample DB | 09 Oct 2005 13:49 GMT | 2 |
I'm wondering if anyone knows of a medium-complexity DB, showing how to use forms to add, change and delete records - preferably with multiple tables (Such as tblCustomer, tblAddresses (1-many for customer), tblOrders (1-many for customer) and tblOrderDetails (1-many for
|
| How to have field values transported to fields in another form? | 09 Oct 2005 13:43 GMT | 2 |
Somebody willing to assist me in the following? I want to have values from one field copied to another field when I choose choose a item from a drop down menu. I have 2 forms:
|
| Make Table Un-editable | 09 Oct 2005 13:20 GMT | 5 |
How do I make an Access DB protected, uneditable/deleteable without the use of any password? Please help Regards
|
| Creating UniquePrimary key in table | 09 Oct 2005 05:01 GMT | 6 |
I have a table I am trying to create with a unique Pk Table fields JobID---PK JobDate
|
| Slightly O.T. - seeking documentation of the microsoft user interface specification | 09 Oct 2005 01:29 GMT | 2 |
I want to read more about the microsoft user interface specification for windows applications. I know there are standards that have been developed and I want to gain a little more expertise in the topic. Seeking Web Resources Recommendations?
|