Link to home
Start Free TrialLog in
Avatar of mcgeorge40
mcgeorge40

asked on

need to create a quick and dirty report application

I have a database with some customer information in it.  It contains the interest rate on their mortgage, how much they owe in principle, what their monthly payment is, etc., etc.

I want to create a quick and dirty VB application-- or maybe I don't need VB-- that only serves one purpose (for now anyway):

I want to generate a "newsletter" for my current and potential clients.  Let's call it "Rate Watch" or something.

Except this newsletter is going to catch their eye, because it is going to have a title like "The Ward Family Rate Watch".

I also want there to be a dynamically generated chart or graph of some sort, USA Today style, that applies to each respective reader's mortgage.

My first instinct is to do a simple mail merge with MS Word and MS Access.  However, although the other people that will be using it will definitely have Word on their computer, they won't all have Access.

(But VB6 can read Access data tables without the user of the .exe having Access, right?)

I have Crystal Reports, though I don't think it is necessary for what I am doing.  (Besides, I don't know how to use it for crap.)

I have MS Office professional and Visual Studio 6.0, but only know VB, nothing else.

I kind of need suggestions on how to tackle this, since I always seem to do it in a long, drawn-out manner.

It's probably far simpler than I think.
Avatar of darthg8r
darthg8r

It is correct that you don't need Access for VB to read Access db's.  You will need to include the ODBC drivers with you package though, depending on the driver version and the OS it is to run on.  The simplest way to do it would definately be with Word and mail merge.  But not having Word would definately cause a problem.  I think the best way to do handle this and still make it usable to everyone is just a simple VB/Access app using the MS chart control.  If you need help with the chart control, www.planet-source-code.com has some excellent examples.

R.
ASKER CERTIFIED SOLUTION
Avatar of eScapePro
eScapePro

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mcgeorge40

ASKER

I think if someone proposes an answer, nobody else can leave a comment.  I think.  Not sure.

Going to reject this answer for now, only because I am hoping to get lots of diff opinions on this.
i was hoping to get a some more opinions...  but thanks so much!