Hi!
I'm new here but I need an answer to a question:
I have a form, this form has details about products to sell, in the form header I have added a button to import xmldata containing a collection of products and properties of it. The import is done with msXMLDOM...... I retreive all values and build a string that I post into the database with:
DoCmd.RunSQL "INSERT INTO tabProdukt .......
Problem 1.
how much I trial and error, I can't get the table to update/refresh so the data is "actually" there (if I press F5 in the table the data shows)
Problem 2.
may be related to problem 1. the forms detailview does not show imported data either...
I am stucked and hope someone knows (yes I have searched all over the wwworld for an answer - but without luck)
//Azvareth
I'm new here but I need an answer to a question:
I have a form, this form has details about products to sell, in the form header I have added a button to import xmldata containing a collection of products and properties of it. The import is done with msXMLDOM...... I retreive all values and build a string that I post into the database with:
DoCmd.RunSQL "INSERT INTO tabProdukt .......
Problem 1.
how much I trial and error, I can't get the table to update/refresh so the data is "actually" there (if I press F5 in the table the data shows)
Problem 2.
may be related to problem 1. the forms detailview does not show imported data either...
I am stucked and hope someone knows (yes I have searched all over the wwworld for an answer - but without luck)
//Azvareth
Comment