Solved I want to use Access or Excel 2007 to generate an xml script!

A

Advice Pro

I want to make a form script that allows users to select options that generate an xml script. I've not scripted before, so:

1. I want to enter form data into either Access or Excel, as I normally add data, without having to use a Data Entry Form.

2. Add snippets to each cell according to the functions or links in them.

3. Have a template, where the snippets will be entered, the scripts header and footer


See my example,I'll bold what I want to keep in the template,:

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:apps="http://schemas.google.com/apps/2006">

<entry>
<apps:property name="from" value="[email protected]"/>
<apps:property name="label" value="Advice"/>
<apps:property name="shouldArchive" value="true"/>
<apps:property name="shouldNeverSpam" value="true"/>
</entry>
</feed>
 

My Computer

Back
Top