![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an XML download I want to load to Access. I can do this for most of the sub-nodes of the xml document. However, one node has about 400 fields. I would like to break it up and store in two Access tables. Anyone done this via VBA or a utility? If VBA, care to share the code? Bob |
#3
| |||
| |||
|
|
On 9/7/10 5:08 PM, Bob Alston wrote: I have an XML download I want to load to Access. I can do this for most of the sub-nodes of the xml document. However, one node has about 400 fields. I would like to break it up and store in two Access tables. Anyone done this via VBA or a utility? If VBA, care to share the code? Bob IMHO, it's probably easier to use a XSLT to transform the incoming XML into a structure that's compatible with Access. You can have it transform into structure that Access will be then able to import into several tables to maintain normalization. Note that Access already has TransformXML method built-in so you're just a XSLT away. Sounds good. Can you tell me a bit more or where to look for the info I |
#4
| |||
| |||
|
|
Sounds good. Can you tell me a bit more or where to look for the info I will need? Bob |
![]() |
| Thread Tools | |
| Display Modes | |
| |