Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JayKappy
  • Content: Threads
  • Order by date
  1. JayKappy

    Resizing Forms

    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...
  2. JayKappy

    Tags

    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...
  3. JayKappy

    XML Output Templates

    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 _...

Part and Inventory Search

Back
Top