I have a form that I am using to input data.
I also have a button on that form that opens another form.
Issues:
1. I maximize the Main Form. I want this maximized to increase the real estate (Space)of the form
2. When I click the button to open the second form it also opens maximized...
I have an XSL file that I am using to output to XML....
Thanks to the help from k5tm....
The below example creates tags <tr> and <td>
<tr>
<td><xsl:value-of select="Title"/></td>
<td><xsl:value-of select="Description"/></td>
</tr>
But I need my tags to read...
I am at my end....and need help...I appoligize for my ignorance but I am very new to this.
What I need is to create an XML file from Access with a Specific Format. I can export out of Access now with this:
=====================================================
CODE:
Application.ExportXML _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.