Description:
MS Windows' relational database system, Access.
|
|
|
Need help Fine Tuning my Outlook Object Code
|
| |
Hi Guys
I almost have this working to my liking, Almost!
I have the following statement:
If Me.snfStatus.Value = 2 Then
Set objOutlook = CreateObject("Outlook.Applicat ion")
Else
Cancel = True
End If
Problem.1 It is creating mail for those outside the above criteria... more »
|
|
consuming web service with Access 2010
|
| |
I'm confused.... I though this web stuff was supposed to be getting easier, but there is absolutely nothing out there on how to "consume" a web service with Access 2010
I have an app in Access 2003 on a client site
The client sites IT section has separately developed some custom web services using both SOAP and WCF RIA to enable inserting pdf documents directly into their document management system (TRIM)... more »
|
|
Change text box background color depending on value in Label Reports
|
| |
Hi, hope someone can help. Struggling with this. I have designed in MsAccess 2007 a Reports to print Labels 3 across. Each label will have a specific field populated by a food name and I want to associate a background color for the text box with a specific food - therefore a print out may contain labels with a variety of food names each having a text box colored by a specific background color associated with that food name - and there may be a range of foods with each label print.... more »
|
|
Access on MACs or IPADS
|
| |
Clients want to use my access database on a MAC or IPAD. Some have been told that it's now possible. Does anyone know whether there's an Apple-compatible version of Access? Nance
|
|
MSXML2.ServerXMLHTTP60 and Microsoft HTML Object Library
|
| |
Hi Everyone,
I am working on retrieving some data from webpages to use in my application and this is done by stripping the required contents from the web page in question. To retrieve the web page I am using the MSXML2.ServerXMLHTTP60 object (pretty easy) and getting a successful reponse. The responseText property seems to be spot on and contains the required data.... more »
|
|
Telnet in VBA without dependencies
|
| |
Hi Everyone,
I am working on another wonderful chunk of code that strives to age me well before my time. In short what I am trying to do is to create a simple Telnet interface that can be run purely in VBA without reference to external code libraries or OCX.
To kick this off I am using (or rather trying to) CSocketMaster. This is a wrapper around the API calls needed for networking that aims to replicate the Winsock control. I am going to categorically state here and now that I HATE Winsock and the fact that it has a memory leak, has to sit on a form,....... and so on. Hence the attempt at using CSocketMaster.... more »
|
|
Error trapping failing
|
| |
Hi everyone. I am having a problem that seems to resist logic. I am using the html document parser from ms which is being passed an html document retrieved by ie. Every so often I receive an automation error when for some reason the document object doesn't exist. I trap for this error, but my code never reaches the error trap! Instead it... more »
|
|
Access 2010 Linked Tables Data Macro Question
|
| |
I have a sendemail data macro which works in a local file (backend database) but will not work in the front end database. I have tried both named data macro and table trigger event data macros to no avail.
In my research, I have found the following information:
*Link Tables. Data macros are not supported on link tables; however, you can associate logic on a backend ACCDB database for typical front-end/back-end applications.... more »
|
|
|