<?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=1">
    <title>WUGNET help - Access - General Discussions</title>
    <link>http://help.wugnet.com/office2/General-Discussions-forum-1.html</link>
    <description>Top 15 Messages on help.wugnet.com</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Display-colors-text-box-ftopict848170.html#2681666" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Age-Case-closure-ftopict848155.html#2681661" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Date-Format-ftopict723198.html#2681659" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Debugging-work-Access-2007-ftopict848159.html#2681654" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/share-ftopict825920.html#2681635" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/soumission-ftopict848158.html#2681633" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/becky-comming-ftopict848157.html#2681631" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Making-query-creates-base-table-ftopict848154.html#2681627" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Form-Hiding-Switchboard-ftopict836370.html#2681609" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Form-Combo-incorrectly-rounding-ftopict848152.html#2681604" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Query-Def-ftopict848153.html#2681603" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Dates-ftopict848149.html#2681596" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/B3-ftopict848140.html#2681567" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/pb-attached-tables-sql-server-ftopict848138.html#2681563" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/increase-size-database-ftopict848137.html#2681557" />
        <rdf:li rdf:resource="http://help.wugnet.com/office2/Stephan-Lebans-Report-PDF-installation-ftopict837278.html#2681556" />
      </rdf:Seq>
    </items>
  </channel>

  <item rdf:about="http://help.wugnet.com/office2/Display-colors-text-box-ftopict848170.html#2681666">
    <link>http://help.wugnet.com/office2/Display-colors-text-box-ftopict848170.html#2681666</link>
    <title>Display different colors on the same text box?</title>
    <description>By: Al Campagna - Megaton,
    Use the OnFormat event for the report section where your control is 
located.
    Let's say it's in the Detail section, and the control is named Balance.

Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
    If Me.Balance &lt; 0 Then
        Me.Balance.Forecolor =  QBColor(12) 'lt red
    ElseIf Balance = 0 Then
        Me.Balance.Forecol...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Age-Case-closure-ftopict848155.html#2681661">
    <link>http://help.wugnet.com/office2/Age-Case-closure-ftopict848155.html#2681661</link>
    <title>Age at Case closure</title>
    <description>By: KenSheridan via AccessMon - OK, lets go back to basics:

1.  The GetAgeWithMonths function is the code I sent you in my first post,
from the line:

Public Function GetAgeWithMonths(varDoB, varClosedate) As String

down to the line:

End Function

You need to add this function to your database by putting the code in any
standard module.  As it already appears from your earlier po...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Date-Format-ftopict723198.html#2681659">
    <link>http://help.wugnet.com/office2/Date-Format-ftopict723198.html#2681659</link>
    <title>Date Format</title>
    <description>By: ms saintclair - RPage,
Thanks, that was extrememly helpful, thank you!

&quot;RPage&quot; wrote:

&gt; Fel,
&gt; I'm new to Access, but I had the same need as you. After a lot of tinkering, 
&gt; I think I got all of the dates to work with the following. You'll have to add 
&gt; the space and the month after this, but this gets the days displaying 
&gt; correctly.
&gt; 
&gt; =IIf(Format() &amp; fncOrdinal([Shipped...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Debugging-work-Access-2007-ftopict848159.html#2681654">
    <link>http://help.wugnet.com/office2/Debugging-work-Access-2007-ftopict848159.html#2681654</link>
    <title>Debugging does not work - Access 2007</title>
    <description>By: Tom van Stiphout - On Thu, 19 Nov 2009 08:25:31 -0800, &quot;John Ruff&quot;
 wrote:

Is your database in a Trusted Location?  Check the help file on this
topic.

-Tom.
Microsoft Access MVP


&gt;The inventory db was initially created in Access 2003 and when debugging, 
&gt;everything worked as expected. Code stopped at stop commands, code stopped 
&gt;at a line of code that...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/share-ftopict825920.html#2681635">
    <link>http://help.wugnet.com/office2/share-ftopict825920.html#2681635</link>
    <title>share</title>
    <description>By: Rafiq Aziz - (1) copy your database &amp; pest 2nd computer 
(2) Open 2nd db &amp; Delet all TABLE
(3) Link all Table From 1st computer db
   Thankyou
rafiqmpl.it@gmail.com



Yousof wrote:

share
13-Apr-08

Hi, all
I want to share one data base file with two computers, may file contains
query, forms &amp; reports. So please I want help step by step to create this
sharing and how it wil...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/soumission-ftopict848158.html#2681633">
    <link>http://help.wugnet.com/office2/soumission-ftopict848158.html#2681633</link>
    <title>soumission</title>
    <description>By: marco c - salut</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/becky-comming-ftopict848157.html#2681631">
    <link>http://help.wugnet.com/office2/becky-comming-ftopict848157.html#2681631</link>
    <title>becky comming</title>
    <description>By: Frankie Harbison - Becky is comming on sat at 1:00pm--  We will have supper here at 4pm .  I
would like as many as can to come and at least stop in.

Slao baout Xmas  I think we need to keep it at 7PM on Xmas after Jimmy gets
off.  Than no one will have to ask off work and those that can come early
and
we will have finger food so you can eat when you want.  The presents will
start ar...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Making-query-creates-base-table-ftopict848154.html#2681627">
    <link>http://help.wugnet.com/office2/Making-query-creates-base-table-ftopict848154.html#2681627</link>
    <title>Making a query that creates a value base on a table value</title>
    <description>By: erika gomez - en realidad no me hagais mucho caso porque he perdido un poco la intuicion y 
yo  siempre me he guiado por mis instintos o mi intuicion  tendre que volver 
a desarrollarla ahora me guio por la inteligencia que es lo que me queda 
pero espero que trateis bien a mi familia porque no se merecen que les hagan 
dao ok besos erika
&quot;james&quot;  escri...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Form-Hiding-Switchboard-ftopict836370.html#2681609">
    <link>http://help.wugnet.com/office2/Form-Hiding-Switchboard-ftopict836370.html#2681609</link>
    <title>Form Hiding Behind Switchboard</title>
    <description>By: Brian - Wow, I'm gonna stop putting up questions... I found the answer to this under 
a diff topic also.... opened a couple other windows and selected cascade 
under the windows tab, whew.... there's a couple days worth of work saved, 
minus my switchboard, but I'm smart enough to have a final project and a 
&quot;drawing board&quot;...  play around with the dummy and copy any final decisions 
t...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Form-Combo-incorrectly-rounding-ftopict848152.html#2681604">
    <link>http://help.wugnet.com/office2/Form-Combo-incorrectly-rounding-ftopict848152.html#2681604</link>
    <title>Form Combo incorrectly rounding</title>
    <description>By: KARL DEWEY - &gt;&gt; The values appear correctly in the underlying query (e.g. 0.0160) 
A couple of things do not match in your post.  If it is a number field then 
it would not display a trailing zero in the query unless you format it and 
that changes it to a string.

&gt;&gt;If I do a setvalue macro to populate a corresponding unbound field on the form, it populates correctly. 
How do you mov...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Query-Def-ftopict848153.html#2681603">
    <link>http://help.wugnet.com/office2/Query-Def-ftopict848153.html#2681603</link>
    <title>Query Def</title>
    <description>By: jedireg - Vista SP2, Office 2007 Pro SP1

ok here it is. 

I have a query ( def below ) which works perfect if I set the sql statement 
in the query sql view.

SELECT tblpart_info.rev_date, tblpart_info.usl, tblpart_info.lsl, tblpart_info.max_ra, 
tblpart_info.Out_Of_Square, tblpart_info.crown, tblpart_info.comments FROM 
tblPart_Info WHERE tblpart_info.part_no=&quot;XYZ&quot; AND tblpart_in...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Dates-ftopict848149.html#2681596">
    <link>http://help.wugnet.com/office2/Dates-ftopict848149.html#2681596</link>
    <title>Dates</title>
    <description>By: Emma - Hello I'm trying to create a database which has many dates  (all 3 months 
from each other). Do I need to create a new table as this list is unbound and 
can go on forever? What would that table look like? In the client table I 
have intial date then I would like the closing date to be the last entry in 
the date table. Any design insight would be great thanks.</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/B3-ftopict848140.html#2681567">
    <link>http://help.wugnet.com/office2/B3-ftopict848140.html#2681567</link>
    <title>$B3'$5$s$X(B(*^$B!#(B^*)</title>
    <description>By: yamakami$B$$$k$+ - $B$*$O$h$&amp;$4$6$$$^$9!#;d$O!&quot;%+%i%*%1$K!&quot;9T$-$?$$!A$G$9!y(B
$B0l?M$N;~$K!&quot;2N$r2N$C$F$^$9&quot;v(B</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/pb-attached-tables-sql-server-ftopict848138.html#2681563">
    <link>http://help.wugnet.com/office2/pb-attached-tables-sql-server-ftopict848138.html#2681563</link>
    <title>pb with attached tables (sql server)</title>
    <description>By: Jeff Boyce - Why unbound?  Access handles that quite well if you use bound forms.

-- 

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or psuedocode included in this post is offered &quot;as is...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/increase-size-database-ftopict848137.html#2681557">
    <link>http://help.wugnet.com/office2/increase-size-database-ftopict848137.html#2681557</link>
    <title>increase size of database</title>
    <description>By: Tom van Stiphout - On Tue, 10 Nov 2009 19:29:51 -0800, SageOne
 wrote:

Microsoft Project? You probably meant Microsoft SQL Server, the
enterprise-level database system. That is certainly a good option if
you have that much data, but 35 users (if they are CONCURRENT) means
that the app will only work well if developed by a strong Access
developer. R...</description>
  </item>

  <item rdf:about="http://help.wugnet.com/office2/Stephan-Lebans-Report-PDF-installation-ftopict837278.html#2681556">
    <link>http://help.wugnet.com/office2/Stephan-Lebans-Report-PDF-installation-ftopict837278.html#2681556</link>
    <title>Stephan Lebans - Report to PDF installation</title>
    <description>By: Dirk Goldgar - &quot;FSHOTT&quot;  wrote in message 
news:78E3D63A-1478-4A91-B18F-A18958815016@microsoft.com...
&gt;I would like to use Stephan's Report to PDF in an Access application I have
&gt; for e-mailing ReportCard reports to my suppliers. I have studied the
&gt; questions and responses above but I am still confused on how to modify and
&gt; use Stephan&quot;s VBA event proce...</description>
  </item>

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