Evening all. I am currently importing XML into a Access 2010 table. It works fine just using a basic
But i am wondering is it possible to have this data validated before it is imported into the tables? Or should this be done be the validation rules when the table designs are created? I have created a XSD file which i understand sets what the XML must look like. I am new to XML so bare with me if it is a simple/daft question.
Thanks in advance
Code:
Application.ImportXML DataSource:="C:\order.xml", ImportOptions:=acAppendData
Thanks in advance
Comment