<p> in a qurey

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jacky11

    <p> in a qurey

    Is there anyway I can enter the words bellow in a query Field?
    This line has to be added to every line. That's the way I have to
    submit my filtered table.
    Thanks

    <p><img border="0" src="http://abcdefg.com/images/
  • PaulT

    #2
    Re: &lt;p&gt; in a qurey

    Yes, as one of your query fields, just use an expression tag (called
    whatever you want).

    This is what I put in the field name:

    tag: "<p><img border=" & """0""" & " src=" &
    """http://abcdefg.com/images"""

    when the query is run, there will be a column named 'tag' with this
    string in it. (note the extra quotes).

    -Paul T.


    myhnews@hotmail .com (Jacky11) wrote in message news:<4632a266. 0309090903.4457 39f5@posting.go ogle.com>...[color=blue]
    > Is there anyway I can enter the words bellow in a query Field?
    > This line has to be added to every line. That's the way I have to
    > submit my filtered table.
    > Thanks
    >
    > <p><img border="0" src="http://abcdefg.com/images/[/color]

    Comment

    Working...