<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Combining two access tables together in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387171#M1167939</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get all the table names in qlikview through script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2012 06:06:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-21T06:06:40Z</dc:date>
    <item>
      <title>Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387162#M1167930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style=": ; font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: 'Arial','sans-serif';"&gt;Hi guys. I have a database with company information. This contains two tables: archive and master. What i'd like to do is combine archive and master into qlikview so i can search for companies. I have the following code: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Qualify&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;Current_SChemes:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;CONNECT&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;TO&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Provider=MSDASQL.1;Persist Security Info=False;Extended Properties="DSN=MS Access &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;Database;DBQ=P:\Database.mdb;DefaultDir=P:\;DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;"];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`Company Name`&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`Company number`&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Master'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A or C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`P:\Database.mdb`.`Master`;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`Company Name`&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`Company number`&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Archive'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A or C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`P:\Database.mdb`.`Archive`;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;Unqualify&lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;*; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #333333; font-family: 'Arial','sans-serif';"&gt;Unfortunately when I use this code, it only brings back data from the Master database and not the archive. Can someone tell me where I’m going wrong? &lt;/SPAN&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387162#M1167930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T13:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387163#M1167931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #eef4f9; font-size: 8pt; color: #636363; font-family: Arial;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;EM style="font-size: 8pt;"&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;SQL &lt;/STRONG&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;Selecionar &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;Nome da empresa ` &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`` Número Empresa &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Mestre' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A ou C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;DE &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`P:. \ Database.mdb` mestre `;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;SQL &lt;/STRONG&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;Selecionar &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;Nome da empresa ` &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`` Número Empresa &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Arquivo' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;como &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A ou C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 9pt; color: blue; font-family: 'Courier New';"&gt;DE &lt;/STRONG&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;`P:.` \ `Database.mdb Arquivo`;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387163#M1167931</guid>
      <dc:creator />
      <dc:date>2012-10-05T13:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387164#M1167932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So basically you want me to just put NOCONCATENATE between the two selections? Tried and that didn't work unfortunately&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387164#M1167932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387165#M1167933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you use two tables with the same number of columns, the Qlikview automatically concatenate these two tables into one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a test by inserting the sintaxe complete to verify that the records are being read correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MASTER:&lt;/P&gt;&lt;P&gt;LOAD *;&lt;/P&gt;&lt;P&gt;SQL SELECT 'Company Name' as [Comp],&lt;/P&gt;&lt;P&gt;'Company number' as [Comp #],&lt;/P&gt;&lt;P&gt;'Master' as [A or C]&lt;/P&gt;&lt;P&gt;FROM 'P:\Database.mdb'.'Master';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARCHIVED:&lt;/P&gt;&lt;P&gt;NOCONCATENATE&lt;/P&gt;&lt;P&gt;LOAD *; &lt;/P&gt;&lt;P&gt;SQL SELECT 'Company Name' as [Comp],&lt;/P&gt;&lt;P&gt;'Company number` as [Comp #],&lt;/P&gt;&lt;P&gt;'Archive' as [A or C]&lt;/P&gt;&lt;P&gt;FROM 'P:\Database.mdb'.'Archive';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:02:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387165#M1167933</guid>
      <dc:creator />
      <dc:date>2012-10-05T14:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387166#M1167934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you recommended I changed the code to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;MASTER:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Company Name'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Company Number'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Master'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A or C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN lang="EN" style="font-size: 7.5pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;'P:\Database.mdb'.'Master';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;ARCHIVED:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;NOCONCATENATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: green; font-family: 'Courier New';"&gt;*;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: black; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SQL&lt;/STRONG&gt; &lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;SELECT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Company Name'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Company Number'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[Comp #],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;'Archive'&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;[A or C]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;FROM&lt;/STRONG&gt; &lt;SPAN lang="EN" style="font-size: 7.5pt; color: #737373; font-family: 'Arial','sans-serif';"&gt;'P:\Database.mdb'.'Archive';&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; color: #004d4d; font-family: 'Courier New';"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I’m now getting an error: &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODBC connection failed&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387166#M1167934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-05T14:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387167#M1167935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want your data in one table? That's how I interpreted your post. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do that, remove the Qualify * and Unqualify * statements and then QVs automatic concatenation will put them in the same table. You can verify the loading of the Archive by adding list box for field [A or C].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Archive is still not loading, then I would check the data source. Does the table have any content in F:\Database.mdb.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387167#M1167935</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-10-05T14:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387168#M1167936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a connection ODBC configured in your script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you can test this connection?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387168#M1167936</guid>
      <dc:creator />
      <dc:date>2012-10-05T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387169#M1167937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;re ODBC connection failed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you changed the back tics (field names) to quotes (strings). That's why I prefer square brackets for field delimiters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387169#M1167937</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-10-05T14:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387170#M1167938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your original code is probably creating two QV tables, one called Current_SChemes and another named differently, so they are not concatenating.&amp;nbsp; This is due to the Qualify statements which prefixes the fieldnames with the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible remove the QUALIFY if not required and the field names don't clash with any other previously loaded field.&amp;nbsp; If not possible, try this code in QV (my test is in Excel, but should give you the idea)&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;BR /&gt;Current_Schemes:&lt;BR /&gt;LOAD [Company Name] as Comp, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company number] as Comp#,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Master' as AorC&lt;BR /&gt;FROM&lt;BR /&gt;[Master.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;BR /&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Company Name] as Current_Schemes.Comp, &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Company number] as Current_Schemes.Comp#,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Archive' as Current_Schemes.AorC&lt;BR /&gt;FROM&lt;BR /&gt;[Archive.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, maybe an easier solution is to UNION the tables in the SQL code ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qualify *;&lt;/P&gt;&lt;P&gt;Current_Schemes:&lt;/P&gt;&lt;P&gt;SQL SELECT `Company Name` as Comp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Company number` as CompNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Master' as AorC&lt;/P&gt;&lt;P&gt;FROM `U:\QV docs\Sandpit Qlikview\Master`.`Sheet1$`&lt;/P&gt;&lt;P&gt;UNION SELECT `Company Name` as Comp,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `Company number` as CompNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Archive' as AorC&lt;/P&gt;&lt;P&gt;FROM `U:\QV docs\Sandpit Qlikview\Archive`.`Sheet1$`;&lt;/P&gt;&lt;P&gt;Unqualify *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 14:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387170#M1167938</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-10-05T14:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Combining two access tables together</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387171#M1167939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to get all the table names in qlikview through script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 06:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-two-access-tables-together/m-p/387171#M1167939</guid>
      <dc:creator />
      <dc:date>2012-11-21T06:06:40Z</dc:date>
    </item>
  </channel>
</rss>

