PDA

View Full Version : VBA programming Help



MJStudent
05-31-2012, 08:58 AM
Hello,

My name is Michael and i'm a last year student. I have a important question. I'll try to cut it as short as possible but also as clear as possible.

First of all I work with Acces 2007.
I'm trying to make a button that can Generate HTML .
My question is how can I make it so that I can have some kind of a form where I can insert text and that when I press GENERATE HTML that a new person is added with that new text to my html page.
For example ,
strAfdTussen = strAfdTussen & "<p>Zigzagfoef</p>"
I want to make it so that I can write all kind of diffrent text within that tag (instead of ZigzagFoef) but still have the same code but just new text and not write anything twice. And that a normal user can add people without using any HTML codes or whatever.

It's really hard to form a good question but I hope someone understands me and can help me asap. If you have a question I'll check this form every hour and i'll try to explain it as good as I can.