Hi,
I would like to create and send a Notes message using Excel VBA that is including Hyperlink instead of using attachments.
I have yet been able (thanks to Tek-tips) to create a Notes message with attachments and send it to people but this is an heavy solution for the Notes Server disk space...
In some MS Access 97 applications I developped in the past I was using a VBA code to create a ODBC linked table.
Here is the MS Access97 code.
Dim tdfLinked As TableDef
Dim ConnectString as String
ConnectString =...
In some MS Access 97 applications I developped in the past I was using a VBA code to create a ODBC linked table.
Here is the MS Access97 code.
Dim tdfLinked As TableDef
Dim ConnectString as String
ConnectString =...
Hi,
I have developped an Access application that is using the Format and Chr functions in his code. That application works perfectly well on my PC. Unfortunetely, on some PC's, the program stops and shows an error message saying that the function Format is not recognized or unknown.
I cannot...
Sometimes an error occurs in my application when I open a form which is showing the records of a table.
That table has been created just before I open the form using a create table query.
It seams that the make table query execution is not completed when the user try open the form.
Is there a...
How can I control the backcolor of a field of a continuous form according the value?
It works when this is a single form using the 'on current' event.
It works also in a report using format event.
But using a continuous form, the back color will be the same for all records whatever the value of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.