<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF 
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns="http://purl.org/rss/1.0/"
         xmlns:mn="http://usefulinc.com/rss/manifest/"
         xmlns:dc="http://purl.org/dc/elements/1.1/"
>

  <channel rdf:about="http://help.wugnet.com/office2/rdf0.php?f=26">
    <title>WUGNET help - Access - Table Design</title>
    <link>http://help.wugnet.com/office2/Table-Design-forum-26.html</link>
    <description>Top 15 Messages on help.wugnet.com</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Hiding-values-report-ftopict848146.html#2681640" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Store-similar-types-records-table-separate-tables-ftopict848129.html#2681534" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Organizing-Table-ftopict848085.html#2681463" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/make-table-purchase-table-join-data-sales-ftopict848088.html#2681458" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Linking-Tables-ftopict848089.html#2681448" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Linked-table-ftopict836503.html#2681331" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/values-ftopict807725.html#2681211" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/enter-Chinese-byte-characters-GB18030-MSAccess-20-ftopict848023.html#2681165" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Training-Database-ftopict829506.html#2681051" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Access-97-Access-2007-issues-ftopict847963.html#2680892" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Duplicates-ftopict847632.html#2680801" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Autonumber-primary-key-ftopict847927.html#2680742" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/DYNAMIC-STUDENT-DATABASE-ftopict847924.html#2680740" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Auto-Number-ftopict847893.html#2680651" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/assistance-novice-access-database-ftopict847891.html#2680537" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/table-ftopict847892.html#2680534" />
      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://help.wugnet.com/office2/Hiding-values-report-ftopict848146.html#2681640">
    <link>http://help.wugnet.com/office2/Hiding-values-report-ftopict848146.html#2681640</link>
    <title>Hiding zero values in report</title>
    <description>By: BruceM via AccessMonster. - When you see something with &quot;AS&quot; it means there is an alias for the field:

Nz(---,0) , criteria &gt;0
&gt;SQL show below:-
&gt;
&gt;SELECT Products.ID AS [Product ID], Products.[Product Name], Products.
&gt;[Product Code], Nz([Quantity Purchased],0) AS [Qty Purchased], Nz([Quantity
&gt;Sold],0) AS [Qty Sold], Nz([Quantity On Hold],0) AS [Qty On Hold], [Qty
&gt;Purchased]-[Qt...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Store-similar-types-records-table-separate-tables-ftopict848129.html#2681534">
    <link>http://help.wugnet.com/office2/Store-similar-types-records-table-separate-tables-ftopict848129.html#2681534</link>
    <title>Store similar types of records all in one table or separat..</title>
    <description>By: tryit - On Nov 6, 10:55am, John W. Vinson
 wrote:
&gt; On Fri, 6 Nov 2009 09:13:14 -0800 (PST), tryit  wrote:
&gt; &gt;Suppose you want to have four different types of records.
&gt;
&gt; &gt;Each of these records have numerous fields in common, and a few fields
&gt; &gt;that are unique to each type of record.
&gt;
&gt; &gt;Most of the fields are related to oth...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Organizing-Table-ftopict848085.html#2681463">
    <link>http://help.wugnet.com/office2/Organizing-Table-ftopict848085.html#2681463</link>
    <title>Organizing Table</title>
    <description>By: Steve D - My intention was never to build a seperate table for each year, just a table 
that contained all of the years (tblYear), and one that contained all of the 
months (tblMonth - 12 records - no more, no less). The table I showed as an 
example would reference all of those individual tables so if I needed to 
change a version name or add a year I would do it in the respective tabl...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/make-table-purchase-table-join-data-sales-ftopict848088.html#2681458">
    <link>http://help.wugnet.com/office2/make-table-purchase-table-join-data-sales-ftopict848088.html#2681458</link>
    <title>how to make name table and purchase table join and get dat..</title>
    <description>By: captgnvr - D/Jeff &amp; John

Thank you for the response.  Will stop using the lookup field in the
table and will read up 'orders' in Northwind.

When I am making the third table by using name field from name-table
and one item field from item-table and price field, it changes the
name-field name in table3.

Anyhow will study more as suggested and wl get back.

brgds/captgnvr


-- 
capt...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Linking-Tables-ftopict848089.html#2681448">
    <link>http://help.wugnet.com/office2/Linking-Tables-ftopict848089.html#2681448</link>
    <title>Linking Two Tables</title>
    <description>By: Gabe - Thanks John, you are correct, I joined the two tables and the process wasn't 
as bad as I thought it would be. 

~Gabe

&quot;John W. Vinson&quot; wrote:

&gt; On Wed, 28 Oct 2009 16:35:01 -0700, Gabe 
&gt; wrote:
&gt; 
&gt; &gt;I have two tables in Access 2003, Master (Parent) and Hours (Child). 
&gt; &gt;Currently they share a One-To-One relationship. I need a record to...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Linked-table-ftopict836503.html#2681331">
    <link>http://help.wugnet.com/office2/Linked-table-ftopict836503.html#2681331</link>
    <title>Linked table question</title>
    <description>By: Rocky - Not sure if anyone will see this request for clarification because the topic 
is quite old. If you do however see it, can you just confirm that what I'm 
hearing is that currently there is no way to have the Access DB linked SS be 
refreshed upon opening? 

I have a linked SS and I have to go into the link manager to have it 
refresh. I'm wondering if there's not a preference ...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/values-ftopict807725.html#2681211">
    <link>http://help.wugnet.com/office2/values-ftopict807725.html#2681211</link>
    <title>I have a -1 and a 0 for values</title>
    <description>By: Roger Carlson - There are several things you can do.

First of all, you can create your field as an integer or byte field, storing 
1 or 0.  On your data entry forms, you could represent this with a combo box 
that displays Yes and No, but actually stores 1s and 0s.  You could also 
display it with an option group with two radio buttons, again displaying Yes 
and No, but storing 1s an...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/enter-Chinese-byte-characters-GB18030-MSAccess-20-ftopict848023.html#2681165">
    <link>http://help.wugnet.com/office2/enter-Chinese-byte-characters-GB18030-MSAccess-20-ftopict848023.html#2681165</link>
    <title>Not able to enter Chinese 4 byte characters(GB18030)in MSA..</title>
    <description>By: Murali Choudari - We are using Microsoft Access 2003 and 2007 and we are seeing the problem 
while inserting 4 byte characters (Simplified Chinese char) values in 
subsequent records (ID column). Here ID column is having unique index and 
this is comming only for index columns only. sample values which i entered in 
database as follows.


after intersting the secord record ID with an...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Training-Database-ftopict829506.html#2681051">
    <link>http://help.wugnet.com/office2/Training-Database-ftopict829506.html#2681051</link>
    <title>Training Database</title>
    <description>By: PieterLinden via AccessMo - Glenda wrote:
&gt;I want a similar database, BUT I wamt to add variables.  I want to track 
&gt;'what training does the employee need to complete' based on the job title.  
&gt;Would that be best accomplished with another table?  Also, I'd like the form 
&gt;to show only the courses required for each employee (based on their title).  
&gt;Your assistance is appreciated.
&gt;...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Access-97-Access-2007-issues-ftopict847963.html#2680892">
    <link>http://help.wugnet.com/office2/Access-97-Access-2007-issues-ftopict847963.html#2680892</link>
    <title>Access 97 to Access 2007 issues</title>
    <description>By: Gina Whipp - You're welcome from the both of us!

-- 
Gina Whipp

&quot;I feel I have been denied critical, need to know, information!&quot; - Tremors 
II

http://www.regina-whipp.com/index_files/TipList.htm

&quot;Scott&quot;  wrote in message 
news:3D1A0872-31E3-46F7-B36D-CF02B67E0207@microsoft.com...
&gt; Thanks to you and Allen Browne.  This was very helpful.
&gt;
&gt;...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Duplicates-ftopict847632.html#2680801">
    <link>http://help.wugnet.com/office2/Duplicates-ftopict847632.html#2680801</link>
    <title>Allow Duplicates</title>
    <description>By: Graham Mandeno - Hi JUNEBUG

You will need a query something like this:

Delete from tblOrders as O WHERE O.Status&lt;&gt;&quot;SHIPPED&quot; and
Exists (Select PO from tblOrders as X where X.PO=O.PO and X.Line=O.Line
and X.Status=&quot;SHIPPED&quot;)

In plain English:  Delete from the table any record whose status is not 
&quot;SHIPPED&quot; if there is a &quot;SHIPPED&quot; record in the table for the same PO and 
Line num...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Autonumber-primary-key-ftopict847927.html#2680742">
    <link>http://help.wugnet.com/office2/Autonumber-primary-key-ftopict847927.html#2680742</link>
    <title>Autonumber as primary key</title>
    <description>By: Allen Browne - To prevent problems with autonumbers, you need to understand what causes the 
problem so you can take action at the appropriate time. The article had all 
the info I'm aware of.

-- 
Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.


&quot;J E Jensen&quot; ...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/DYNAMIC-STUDENT-DATABASE-ftopict847924.html#2680740">
    <link>http://help.wugnet.com/office2/DYNAMIC-STUDENT-DATABASE-ftopict847924.html#2680740</link>
    <title>DYNAMIC STUDENT DATABASE</title>
    <description>By: Brad Hodges - Dale,

Thank you very much for your &quot;two cents&quot; which in my small disorganized 
brain is fifty dollars!!  I totally admire your style, yet wonder how many of 
those MVP's out there actually using naming conventions these days.  

&quot;Dale Fye&quot; wrote:

&gt; Brad,
&gt; 
&gt; Just my 2 cents.  You might want to consider using a naming convention so 
&gt; that when you look at an obje...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Auto-Number-ftopict847893.html#2680651">
    <link>http://help.wugnet.com/office2/Auto-Number-ftopict847893.html#2680651</link>
    <title>Auto Number</title>
    <description>By: Majic - On Sep 1, 2:56pm, &quot;BruceM via AccessMonster.com&quot;  wrote:
&gt; Roger Carlson demonstrates another possibility, which is to use the form's
&gt; Error event to generate a new number. He demonstrates this in a sample
&gt; database (link all on one line):http://www.rogersaccesslibrary.com/forum/forum_posts.asp?TID=395&amp;SID=...
&gt;
&gt; Alternatively, go to the main site:http://www.roge...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/assistance-novice-access-database-ftopict847891.html#2680537">
    <link>http://help.wugnet.com/office2/assistance-novice-access-database-ftopict847891.html#2680537</link>
    <title>need assistance - novice access database</title>
    <description>By: KARL DEWEY - I suggest using two tables, one for employees and another to record work.
   tblEmployee --
EmpID - Autonumber - primary key
Last Name
First Name
Middle Name
etc.

  Work --
WorkID - - Autonumber - primary key
EmpID - Long integer - foreign key 
Agent code
Individual
Corportation
Corporation Name
contracting Specialist
Contract Received - I assume this is start...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/table-ftopict847892.html#2680534">
    <link>http://help.wugnet.com/office2/table-ftopict847892.html#2680534</link>
    <title>Is there a way to tell where exactly a certain table being..</title>
    <description>By: Jerry Whittle - Rich Fisher's excellent Find and Replace add-in might be just the ticket. It 
can change everything related to the table and change them also.

If you register it (one of the best $37 I've ever spent), the 
cross-reference report can find what queries use which reports and forms. 
It's a good way to find orphans.

http://www.rickworld.com/
-- 
Jerry Whittle, Microso...</description>
  </item>

  <rdf:Description rdf:ID="manifest">
    <mn:channels>
      <rdf:Seq>
        <rdf:li rdf:resource="http://help.wugnet.com/office2/rdf0.php?f=26" />
      </rdf:Seq>
    </mn:channels>
  </rdf:Description>

</rdf:RDF>
