R
Ron
I'm writing a module to compare values between a text file and an XML file.
I'm doing this by importing both into Access and generating SQL to select and
compare variables in the tables. In some cases a table is not defined in the
XML but does exist in the text file. How can I avoid generating SQL that
attempts to access a table that doesn't exist?
I'm also running into situations where a colunm is defined in the txt file,
but not the XML. Is there a way I determine if a column exists before
executing a query? I want to avoid the Enter Parameter Value msgbox.
Thanks,
Ron
I'm doing this by importing both into Access and generating SQL to select and
compare variables in the tables. In some cases a table is not defined in the
XML but does exist in the text file. How can I avoid generating SQL that
attempts to access a table that doesn't exist?
I'm also running into situations where a colunm is defined in the txt file,
but not the XML. Is there a way I determine if a column exists before
executing a query? I want to avoid the Enter Parameter Value msgbox.
Thanks,
Ron