If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Mail Merge

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-11-03, 06:15
Wheelz Wheelz is offline
Registered User
 
Join Date: Dec 2003
Location: Sheffield, UK
Posts: 17
Mail Merge

Hi,

I have a website where a client enters details through a series of asp pages and then this info is saved into an access database. On the last page they click done and what I want is for the data to be automatically mail merged into a word document and saved so that it can be emailed. I have created a vbscript module in access which does this, but I have been told that ASP Pages cannot be made to run access modules. Can someone please help me with how to go about this.

Thanks

Wheelz
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 07:51
sivaroo sivaroo is offline
Registered User
 
Join Date: Nov 2003
Posts: 76
I think it can be used to run modules.
try to create access object in ASP.

set objAcc=createobject(Access.Application)

then you can search in access on how to execute functions.
probably something like objAcc.docmd (<your module>)
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On