Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

quick question about escaping in access

Status
Not open for further replies.

factotum

Technical User
May 29, 2002
48
US
I'll need to put SQL commands in a field in front of every record (so that this can be put into another table) like:

Code:
SELECT 'imagio' As TEST, CL.LMFProjectID, Event, B
FROM (...

Which is a change on the solution by dalchri on thread701-291171.

However, I don't know how to escape out in Access so that I can use SQL statements (and single quotes) within a field. Everytime, access just chokes on it. I tried Chr$(#) for some things, but that doesn't seem to work either. I know this is probably obvious, but I can't remember what you call it to do a search for it on Access' help.

Thanks a bunch,

=Daniel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top