User Profile

Collapse

Profile Sidebar

Collapse
ccocker
ccocker
Last Activity: Nov 27 '13, 08:50 PM
Joined: Nov 17 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ccocker
    replied to Import XML File to a MS Access Table
    I have solved the problem. I will post my code in a few hours
    See more | Go to post

    Leave a comment:


  • ccocker
    replied to Import XML File to a MS Access Table
    thank you - I did try this and it does work for a basic XML file i.e. I can successfully load a file that I created.

    The issue is that the XML file comes from another system and I believe it needs to be parsed. From my searching it appears this can be done using MSXML, however I cannot seem to get it working in Access. I suspect I need a library reference loaded but not sure which one I need.

    When I put the following...
    See more | Go to post

    Leave a comment:


  • ccocker
    started a topic Import XML File to a MS Access Table

    Import XML File to a MS Access Table

    hi guys,

    I am wanting to import an XML file into MS Access Table - can someone assist in guiding me through the VBA to create the import.

    I have some experience in VBA writing Functions,Proce dures etc but XML is new to me....
    See more | Go to post

  • ccocker
    replied to Navigation Control - Subforms
    Thank you - very helpful. I get why it was not working now, you forced me to re-think my approach.

    So I essentially just created a public function to get the value from the combobox on the main form (so it is always accessible to me). Then on each subform I just call the function and assign it to the field on the subform I am on using the Me! feature.

    Sometimes approaching something in the opposite way to the way you...
    See more | Go to post

    Leave a comment:


  • ccocker
    started a topic Navigation Control - Subforms

    Navigation Control - Subforms

    Hi guys,

    I have in the past referred to controls on subforms without any issue, however with the new navigation control there does not seem to e a subform to refer to other than NavigationSubFo rm.

    I have tried the following:

    Me![NavigationSubfo rm]![prjCustomer] = Forms![menu]!cmbCustomer
    Me![NavigationSubfo rm]![cCustomer] = Forms![menu]!cmbCustomer

    I have also tried: ...
    See more | Go to post
No activity results to display
Show More
Working...