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
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
Comment