PDA

Click to See Complete Forum and Search --> : COM Add-ins


chrisgaddy
Apr 20th, 2001, 12:52 PM
Anyone created a COM Add-in of any kind? I was recently given a project and I think the best solution would be COM Add-in. The users will be communicating with clients via email and fax. The clients are loaded in a SQL Server database along with a lot of other information that they need to track. When they communicate with the client the database will need to be updated. I can't use VBA because the application will need to be installed on at least 60 machines. The ideal solution would be:

The user clicks on New Mail. They click the To... button and a custom form pops up with an explorer type interface. They make the selections and it sends it back to the recipients box.

JoshT
Apr 23rd, 2001, 06:36 AM
I had these links bookmarked. Try the MS article first.

http://support.microsoft.com/support/kb/articles/Q238/2/28.ASP
http://www.slipstick.com/dev/comaddins.htm
http://www.officevba.com/features/1999/04/vba199904tr_f/vba199904tr_f.asp

JoshT
Apr 23rd, 2001, 06:39 AM
I'm sorry, it seems they changed access on that last link.

chrisgaddy
Apr 23rd, 2001, 07:43 AM
Hey JoshT, thanks for the reply...those look like great places to start! Chris