A Microsoft Office (Excel, Word) forum. OfficeFrustration

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   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

VB code to Access 2000 code



 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old June 1st, 2010, 06:00 PM posted to microsoft.public.access
Jim Bunton
external usenet poster
 
Posts: 72
Default VB code to Access 2000 code

I have a vb project which sends emails.
[This is on the site http://www.jsware.net/jsware/vbcode.php5
Ref Email Sending UserControl]

The Project has a form (Form1) which provides the relevant info

eg. recipient, sender, content, smtp provider etc

This data is processed by a "User Control" Module (MailUC)

The control consists of a simple form with one textbox on it and a good deal
of code.

The control is on Form1 and named MUC

The code for Form1 can reference the control like:-

ThisVariable = MUC.SomeFunction()
or
MUC.some_MUCvariable = "this"

The vb project file for the User Control is MailUC.ctl

?? how can I get this control into my Access2000 database and place it on a
form there??
--
Jim Bunton


 




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:07 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.