I have the below code to generate an email with several different lines of text, however i can get the lines of text to start on a new line in the body of the email
Dim olApp As Object
Dim olMsg As Object
Set olApp = CreateObject("Outlook.Application")
Set olMsg =...
Boulderridge, I have a similar question I have a secured DB that we use within our office, however I would like to allow a client access to this DB through a portal. I do not know how to ensure that the correct mdw file, associated with the DB, is used by the client when he downloads the DB...
I have a DBase that contains several pdf forms that are stored as OLE objects. I want to add these forms to a report so that the user can open the pdf file and print it out.
I'm using the the following code to transfer from Access to powerpoint. How can I modify the code to close powerpoint and open access?
Private Sub SomeButtonName_Click()
Dim oApp As Object
Set oApp = CreateObject("Powerpoint.Application")
oApp.Visible = True...
I am try to use code to import user-defined fields from outlook task to an access DBase. I have seen the Microsoft Knowledge Base Article "How to Programmatically Export Items to Microsoft Access". However this article is for contact information. Can you help me modifiy this code to...
I am try to use code to export user-defined fields from outlook task to an access DBase. I have seen the Microsoft Knowledge Base Article "How to Programmatically Export Items to Microsoft Access". However this article is for contact information. Can you help me modifiy this code to...
I know how to use automation to add an appointment to microsoft Outlook on my desktop, but the question i have is there a way to establish an appointment in someone else's calendar?
I have a database that i am try to loop through a table (maillist)of email address to send out different reports based on the field [deptid]. can you help
Dim project
project = Deptid
Do Until maillist.EOF
If project = 1 Then
DoCmd.SendObject acSendReport...
I have a database that i am try to loop through a table (maillist)of email address to send out different reports based on the field [deptid]. can you help
Dim project
project = Deptid
Do Until maillist.EOF
If project = 1 Then
DoCmd.SendObject acSendReport...
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.