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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Intro to XML 101 - How do I do the following

Status
Not open for further replies.

SBendBuckeye

Programmer
May 22, 2002
2,166
US
Let's say that I wanted to keep track of which record a user was on for a given form so I can return them to it the next time they open that form. If I was doing this with a table, I would create a record with FormName, UserID, RecNo and then read that record back in when the form loaded.

How would I implement this in XML? I understand HTML enough to follow tag based properties, etc. What I don't know are the answers to the following questions. Can someone help me?

A. What dll references to I need to include to use XML

B. Does XML work with Access97 or only Access2000 and above

C. How do I declare the correct XML object - for instance
Dim WhatObject As WhatObjectType

D. How do I instantiate the object

E. How do I read and write XML objects

I know these are all basic questions but if someone could help me out with a bit of working code or point me to some information I would greatly appreciate it.

Thanks in advance for your help and have a great day!
 
Is this doable in Access? If so, in Access97 and/or Acess2000?

Thanks in advance for any help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top