show a.frm form in pulic folder whichis connected to MS Access and created in Visual Basic Editor.

S

smv

I am new in the Outlook programming field. but worked very well on VBA.I created a .frm form in the VBAproject.OTM. I want to connect this to a MS Access database and want to show in the public folder. Users are entering data through the .frm file.how do I show the .frm form in the public folder? shold I save it in a different format? Please help.
 
S

Sue Mosher [MVP-Outlook]

The forms you create in Outlook VBA and the forms that display Outlook data
stored in folders are two entirely different types of forms. If users are
entering data into a database using a VBA userform, what connection does
that have with a public folder?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



smv said:
I am new in the Outlook programming field. but worked very well on
VBA.I created a .frm form in the VBAproject.OTM. I want to connect this to a
MS Access database and want to show in the public folder. Users are entering
data through the .frm file.how do I show the .frm form in the public folder?
shold I save it in a different format? Please help.
 
S

Sue Mosher [MVP-Outlook]

If you're not actually saving data in the public folder (which is what your
description sounds like), why not just have code in the custom form's
Item_Open event launch your existing data entry application?

Also note: The newsgroup interface you are using apparently does not quote
earlier messages in the thread, making your latest message so short on
detail that you risk not getting the answer you're looking for. Please take
the time to quote the original message.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



smv said:
The users don't need any connection with public folder. Users want a data
entry form in the public folder. the data they entered is updated in the
database. They want to see the form in Public folder. for example, i can do
this in Access or Excel or even as .exe application in VB. users don't know
anything about software. they barely writing emails via outlook. so the
company wants to put an input form in the public folder to capture the date.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top