View Single Post
  #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