Hi folks,
I have an Access application which takes an XML document and converts some attributes to tags ( see my previous topic: http://www.tek-tips.com/viewthread.cfm?qid=1688142 ).
I need to expand on this. I have a node called "view" and I need to convert its "name" attribute to a tag. This...
It seems that removing referential integrity from the table has solved the issue. I still do not understand why this only causes a problem when using a button. I would have thought that referential integrity on the tables relationship would not matter if you used a button for the macro or not...
Hi folks,
I have quite an annoying problem here. I have a form in my database and i have created a button to open the collect data via email wizard. I used a macro which selects the table and then opens the collect data via email wizard. The macro works fine when i open it from the navigation...
Thanks for that link.
I can't seem to get past the code provided in that link. I need to get the "id" and "difficulty" attributes. The code in the tutorial works but does not show me the attributes. I have looked online and nothing I have found will work.
Thanks for that link. I've tried to get the attributes out and I'm not sure what i'm doing wrong. Can't find much information online on this. This is the code I have so far (consists mostly of the code from the link you supplied). The first sub is run by a button.
Private Sub XML1_Click()
Set...
Thanks for that link. I've tried to get the attributes out and I'm not sure what i'm doing wrong. Can't find much information online on this. This is the code I have so far (consists mostly of the code from the link you supplied). The first sub is run by a button.
Private Sub XML1_Click()
Set...
Sorry the second bit of code should be:
<question>
<id>01</id>
<difficulty>easy</difficulty>
<name>user1</name>
<body>Question blah blah</body>
<date>
<date year="2008" month="5" day="17" hour="2" minute="31" second="11"/>
</date>
</question>
Hi folks,
I have an XML file which I need to modify in MS access.
In the XML file I have some code like this:
<question id="01" difficulty="easy">
<name>user1</name>
<body>Question blah blah</body>
<date>
<date year="2008"...
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.