Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Removing Text from A Database

New Here ,
Jun 20, 2008 Jun 20, 2008
I have an access database that I want to run an internal update query that looks for a specific snipitt of text and removes just that. How would I do that?

Thanks
TOPICS
Server side applications
273
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jun 20, 2008 Jun 20, 2008
LATEST
You can do it with access, check out the string functions here:
http://www.techonthenet.com/access/functions/index.php

You can also use ASP functions to manipulate the string from a query:
http://www.w3schools.com/VBscript/vbscript_ref_functions.asp

If you want to start using the database in other ways look into using MSSQL 2005 Express - it free and has most of the features of the $$$ version. You can use access as a front end and upload your access dbs to SQL server real easy, you will be glad you took the time.
http://www.microsoft.com/sql/editions/express/default.mspx
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines