Skip to Content
0
Former Member
Aug 30, 2006 at 04:48 AM

Working with multiple tables

27 Views

<p>Hello, I&#39;m a forum member that has 2 years of crystal experience (OJT). I have an issue which I&#39;m sure is quite simple but I can&#39;t seem to solve.</p><p> I have 3 tables in one database:</p><p>1. ORDER_MASTER with fields of BRANCH, ORDER and SERIAL_NO</p><p>2. PRODUCT_ORDER with fields of SERIAL_NO, STATUS and DESCRIPTION</p><p>3. ADDON_ORDER with fields of SERIAL_NO, STATUS and DESCRIPTION</p><p>I link 2 and 3 to table 1 by SERIAL_NO. Fields STATUS and DESCRIPTION have similar values and syntax. I&#39;d like to be able to extract STATUS and DESCRIPTION data for both tables with use of a single field.</p><p>In simpler terms, PRODUCT_ORDER may have 3 records with SERIAL_NO 1 and ADDON_ORDER may have 2 records with SERIAL_NO 1 and I&#39;d jsut like to be able to get a simple list of all 5 records each on their own line.</p><p> Hope this makes sense and thanks for your help.</p><p>Carl</p>