Trying to insert data containing #

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Scott.Ashby@SMNA.com

    #1

    Trying to insert data containing #

    I'm trying to insert literal data containing #, like so:

    insert into table1 values ('fld#1')

    and Access is barfing on the pound sign. Is there some sort of escape
    character I can use to prefix the # so it will accept it (or some
    similar workaround)?

    Thanks,

    Scott Ashby
    DBA
    Swedish Match North America

  • Scott.Ashby@SMNA.com

    #2
    Re: Trying to insert data containing #

    Never mind... I found another problem that was masking the solution to
    this one.

    We're good.

    Thanks,

    Scott

    Scott.Ashby@SMN A.com wrote:[color=blue]
    > I'm trying to insert literal data containing #, like so:
    >
    > insert into table1 values ('fld#1')
    >
    > and Access is barfing on the pound sign. Is there some sort of escape
    > character I can use to prefix the # so it will accept it (or some
    > similar workaround)?
    >
    > Thanks,
    >
    > Scott Ashby
    > DBA
    > Swedish Match North America[/color]

    Comment

    Working...