Within ACCESS, Send a .mdb file with linked table as email Attachm

Microsoft OFFICE

    Next

  • 1. Access 2K: export txt file utf-8 encoding
    Hi, I'd like to export data into a fixed column width. I use DoCmd.TransferText [Options...] Among these options, there is the CodePage option. Which value must CodePage be set to, so to have an UTF-8 encoding? Thanks & bye ~Pasquale
  • 2. Change onAction of Microsoft button in ribbon
    I am trying to change the onAction of a microsoft button inside the TabHome GroupClipboard ribbon for Cut, Copy, and Paste. Does anyone know where a reference is for the XML Microsoft has for their ribbon so that I can override it? This is what I have and it is not calling my onAction event. I have this inside a larger file which contains my ribbon I have defined. <tab idMso="TabHome"> <group idMso="GroupClipboard"> <button idMso="Cut" enabled="false" label="MyCut" onAction="DoMyCut" /> <button idMso="Copy"/> <button idMso="Paste"/> </group> </tab>
  • 3. Word 2002 Copy Styles Using Organizer
    I am trying to copy specific styles from a template into an open document using the OrgzanizerCopy command. The code works fine for documents that are not being opened from DM. I can get it to work with DM files if I enter the path before ActiveDocument.Name where the file is located when it open, which is C:\Documents and Settings\zzl \Application Data\Hummingbird\DM\Temp\. I can't find a way to have this path automatically be recognized. Has anyone worked with this command and DM5 documents? strThisDocument = ActiveDocument.Name Application.OrganizerCopy Source:= "v:\OfficeXP\Tempform\Styles.dot", _ Destination:=strThisDocument, Name:="P2-DS Flush Left", _ Object:=wdOrganizerObjectStyles Thanks.
  • 4. About the need for digital certificates
    Hello, I have an app with a VB6 front-end to an Excel/Word VBA part with macros. In order to install and run the app on numerous and different clients' systems without problems from the Office security guards , will I need digital certificates , or is there a way to get around that without them? Thanks, God bless, Van
  • 5. Input past End Of File
    Hello, I am trying to learn Access 2007 VBA and I am having a problem with reading an input file. I get a runtime error 62, Input past EOF. Here is the code I am using Private Sub Command3_Click() 'Create variables to store the input fields Dim lsPhoneNumber As String Dim lsFirstName As String Dim lsLastName As String 'Open the file for input into the listbox Open "friends.dat" For Input As #1 'Use the Input function to retrieve fields from the file Do Until EOF(1) Input #1, lsPhoneNumber, lsFirstName, lsLastName lstFriends.AddItem lsPhoneNumber & ", " & lsFirstName & ", " & lsLastName Loop Close 1 End Sub The file is saved as a .dat file "618-566-5859","Michael" "Jones" "618-566-9876","Tom","Dixson" "618-566-5732", "Rick", "Thompson" "618-566-2343", "Charles", "Neeley"

Within ACCESS, Send a .mdb file with linked table as email Attachm

Postby dGl0bGVwdXNoZXI » Sat, 05 Mar 2005 23:19:05 GMT

Any code suggestions on how to send a small .mdb database containing a linked 
table as an email attachment from within an access application.   I know that 
I can send the linked table as an excel spreadsheet, but I would really like 
to send the linked table's mdb file.  To clarify:  I'm running an access 
application  (app1).  There is a linked table from another small access 
database (data1) containing limited info.  I would like from within the 
access application (app1) to generate an email with the database (data1) 
containing the linked table as the attachment to the email.  The operator 
does not need to be able to edit this in their email editor.  This can 
preferrably go directly to a preset email recipient, and then notify the 
sender that it was sent and or stick it in their "sent box".    I am not a 
good coder at all.. thats why I work in Access..   But I can hack some 
cookie-cutter code together if shown some samples and direction.   Biting off 
a bit more than I can chew and need some help.   Thank you.

Re: Within ACCESS, Send a .mdb file with linked table as email Attachm

Postby AB » Sat, 05 Mar 2005 23:48:55 GMT

FYI, if you're using Outlook you can't email an Access database. The.mdb
filetype is blocked.





linked
that
like
off



Similar Threads:

1.Within ACCESS, Send a .mdb file with linked table as email Att

I could create the file as a dbf. or other database type if needed. Or rename 
it as .txt, send it, then rename it again back to mdb once received if it is 
possible to make send any other file type from within access.  ... why would 
Outlook block the mdb file type?

"AB" wrote:

> FYI, if you're using Outlook you can't email an Access database. The.mdb
> filetype is blocked.
> 
> "titlepusher" < XXXX@XXXXX.COM > wrote in message
> news: XXXX@XXXXX.COM ...
> > Any code suggestions on how to send a small .mdb database containing a
> linked
> > table as an email attachment from within an access application.   I know
> that
> > I can send the linked table as an excel spreadsheet, but I would really
> like
> > to send the linked table's mdb file.  To clarify:  I'm running an access
> > application  (app1).  There is a linked table from another small access
> > database (data1) containing limited info.  I would like from within the
> > access application (app1) to generate an email with the database (data1)
> > containing the linked table as the attachment to the email.  The operator
> > does not need to be able to edit this in their email editor.  This can
> > preferrably go directly to a preset email recipient, and then notify the
> > sender that it was sent and or stick it in their "sent box".    I am not a
> > good coder at all.. thats why I work in Access..   But I can hack some
> > cookie-cutter code together if shown some samples and direction.   Biting
> off
> > a bit more than I can chew and need some help.   Thank you.
> 
> 
> 

2.Send an email from access app with linked table's .mdb as attachme

Any code suggestions on how to send a small .mdb database containing a linked 
table as an email attachment from within an access application.   I know that 
I can send the linked table as an excel spreadsheet, but I would really like 
to send the linked table's mdb file.  To clarify:  I'm running an access 
application  (app1).  There is a linked table from another small access 
database (data1) containing limited info.  I would like from within the 
access application (app1) to generate an email with the database (data1) 
containing the linked table as the attachment to the email.  The operator 
does not need to be able to edit this in their email editor.  This can 
preferrably go directly to a preset email recipient, and then notify the 
sender that it was sent and or stick it in their "sent box".    I am not a 
good coder at all.. thats why I work in Access..   But I can hack some 
cookie-cutter code together if shown some samples and direction.   Biting off 
a bit more than I can chew and need some help.   Thank you.

3.Sending data to Access MDB Table?

Excel 8.0
I would like to be able to send data from within an Excel function to an
Access log.
e.g.

UserName  ' Network Log-in Username - I presume I can use the same code to
obtain this as I use in Access?
Date and Time ' the current Date and Time
ReportType ' a short text string

The Access MDB is named "Reports.mdb" - the Path would be to a network
destination e.g. "\\server1\Reports\Reports.mdb"
The table in Reports.mdb is named "tblLog", with the field names "User",
"DateTime", "ReportType"
The transaction would need to be discreet, in that it can occur in the
background without user intervention - a weekly event that's all.
Is this possible?

Any help gratefully appreciated

WSF


4.Cannot import send/receive dates for emails stored in Access (.mdb) file

I have some mdb (Access format) database files with thousands of emails
extracted from couple of Yahoo groups forums.  I'd like to import these
into my Outlook 2003 PST so that I can search and read them offline.

The mdb files contain all the fields necessary for a proper email
import, including

from_name
from_email
subject
receive_date
receive_time
message (HTML format)

When I use the Outlook "Import and Export Wizard", selecting Access
file type, etc., all appears fine.  However, after the import
completes, in Outlook there is no date information populated under
either sent or received date.

If I use the "map custom fields" button on the import wizard, all of
the import file fields are shown correctly on the left hand "from" side
(as listed above) but on the right hand "to" side I only see the
following Outlook fields to map to:

subject
body
from/to/cc/bcc (name)
from/to/cc/bcc (address)
from/to/cc/bcc (type)
billing information
categories
importance
mileage
sensitivity

For whatever reason, THERE IS NO DATE FIELD to map to.

I can map date to something like "billing information" but that doesn't
help much

I appreciate any help or advice you can provide!

Thanks,

John

5.Two tables - Send email using link to other table where email address stored

Hello

I have two tables,

1.  Employees which links to Sales

The two tables have a [Name] field in common.

On the sales table I also have a check box.

I have a main form being the employees and sub-form being the sales.
There is also a combo box which lets me filter down.

What I wanted to do using the form is when I click on the check box on
the sales sub-form it will lookup the [email] field in the employee
table and then send an email.

I hope someone can help with this as it's causing me lots of issues,

Thanks so much

Andrea

6. Body of Outlook email stripped out when using "send as attachm

7. Opening access .mdb file sent by email or on diskette

8. Error created linked tables from one .mdb to another .mdb



Return to Microsoft OFFICE

 

Who is online

Users browsing this forum: No registered users and 86 guest