<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035862" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035862</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-database-question-0#comment-1207711</link>
    <description> &lt;p&gt;Thanks for merging this into one thread Greg.&lt;/p&gt;
&lt;p&gt;Is there a problem with the answer I gave above Massfone? If you tell me which bit you&#039;re having trouble with I can--hopefully--help. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Sep 2006 18:52:23 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1207711 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Database development match results</title>
    <link>https://www.webmaster-forums.net/web-database-development/access-database-question-0#comment-1207264</link>
    <description> &lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;I am having a little problem with a database which I am tring to create I have a table called tblshop1 and another table called tbltariffs. tblshop1 has a column called offer (this column has the phones, tariffs and offer) I want to match records from this coloumn to records in tbltariffs in a column call tarrifs using a query:&lt;/p&gt;
&lt;p&gt;The data in the offer column is in the following format:&lt;br /&gt;
Motorola V3 black on O2 250 with 50 messages (24 mths)&lt;br /&gt;
Motorola L6 + 17&quot; LCD TV on T-Mobile Relax 35 (12 month)&lt;/p&gt;
&lt;p&gt;The column of tariffs has records such as:&lt;br /&gt;
O2 250&lt;br /&gt;
T-Mobile Relax 35&lt;/p&gt;
&lt;p&gt;I need to find out how I can get Microsoft access to match price plans such as &quot;02 250&quot; and &quot;T-Mobile Relax 35&quot; to records in the tarrifs column located in tbltariffs using QUERY. so i dont have to go through each record and select the price plan from the list box. I also want to match the records and display them seperately in a coloumn in tblshop1. Is this possible???&lt;/p&gt;
 </description>
     <pubDate>Wed, 13 Sep 2006 18:05:12 +0000</pubDate>
 <dc:creator>Massfone</dc:creator>
 <guid isPermaLink="false">comment 1207264 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/access-database-question-0#comment-1207229</link>
    <description> &lt;p&gt;Am not entirely sure what you&#039;re trying to do here. If you&#039;ve created a form in Access and have a combo-box (drop-down) then it will always match on the start of the field when you start typing in it. It seems you need it to do this backwards, and there is no way to do this.&lt;/p&gt;
&lt;p&gt;In datasheet view you can press CTRL-F and type: *02 250*. In a query you can use the &quot;Like&quot; statement, so something like:&lt;br /&gt;
&lt;code&gt;SELECT * FROM tablename WHERE tablecolumn LIKE &amp;quot;*02 250*&amp;quot;&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;The underlying problem here is that your database isn&#039;t &lt;a href=&quot;http://en.wikipedia.org/wiki/Database_normalization&quot; class=&quot;bb-url&quot;&gt;normalised&lt;/a&gt;. In particular Atomicity: Each attribute must contain a single value, not a set of values. To get what you need from your database you have to split that field.&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Sep 2006 22:54:19 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1207229 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
