<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 4/6/2011 7:06 AM, Warren Kuhl wrote:
    <blockquote
      cite="mid:BANLkTikNcjDckL_M1yUFe5jdkjfmCZueKQ@mail.gmail.com"
      type="cite">What is the syntax of attaching two text fields
      together into a method field?<br>
      <br>
      I have tried..<br>
      <br>
      Field1 + Field2<br>
      Field1 &amp; Field2<br>
      <br>
      ...neither seems to work.<br>
      <br>
      Thanks,<br>
      Warren<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Valentina mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Valentina@lists.macserve.net">Valentina@lists.macserve.net</a>
<a class="moz-txt-link-freetext" href="http://lists.macserve.net/mailman/listinfo/valentina">http://lists.macserve.net/mailman/listinfo/valentina</a>
</pre>
    </blockquote>
    <br>
    <a
href="http://www.valentina-db.com/dokuwiki/doku.php?id=valentina:vcomponents:vsql:reference:expr:funcs_string&amp;s[]=concat">http://www.valentina-db.com/dokuwiki/doku.php?id=valentina:vcomponents:vsql:reference:expr:funcs_string&amp;s[]=concat</a><br>
    Concat( Field1, Field2 )<br>
    or<br>
    Field1 | Field2<br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Best regards,
Ivan Smahin 
Senior Software Engineer
Paradigma Software, Inc
Valentina - The Ultra-Fast Database
<a class="moz-txt-link-freetext" href="http://www.valentina-db.com">http://www.valentina-db.com</a></pre>
  </body>
</html>