I am doing a lot with an imported text file so I will start by explaining what I will be doing. I am having a user start by creating a table by entering information into a form. In my form they enter the name of the table and the name of the file to import. Click a button that converts the text into a table by running a macro so it if formated correctly. Next I am having them enter a new file name. When they select the next button the table is converted into xml from a vb program that I wrote. Here's my problem, sometimes the table has extra records without information that are halting the xml transformation.
I need to know how to remove these records is a certain field is empty or Null but I would like to do it when the table is created. Any ideas? I know this is easier than I am making it, but I am having trouble because the table name is generated in the form.
Thanks in advance for the help.
I need to know how to remove these records is a certain field is empty or Null but I would like to do it when the table is created. Any ideas? I know this is easier than I am making it, but I am having trouble because the table name is generated in the form.
Thanks in advance for the help.