Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / September 2006

Tip: Looking for answers? Try searching our database.

Insert zero before number of type text

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anna - 02 Sep 2006 23:13 GMT
Hi:
Is there any way by which i insert 0 before the value by query or any
other way. I have a table contains 10,000 records and because of some
reason i need to move 0 before number of field Tech_ID. Type of field
is Text.

Thank You.
Duane Hookom - 03 Sep 2006 00:13 GMT
As per my reply to you in Yahoo Access groups

You can use an update query with SQL like:
UPDATE tblWith10000Records
SET Tech_ID = "0" & Tech_ID
WHERE Tech_ID NOT LIKE "0*";

Signature

Duane Hookom
MS Access MVP

> Hi:
> Is there any way by which i insert 0 before the value by query or any
[quoted text clipped - 3 lines]
>
> Thank You.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.